Skip to content

Commit

Permalink
Merge pull request #79 from dtolnay/shortfeatures
Browse files Browse the repository at this point in the history
Add short features flag
  • Loading branch information
dtolnay authored Oct 13, 2023
2 parents ab51a60 + 5e8d6dc commit 3a25403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ pub struct LlvmLines {
pub bench: Option<String>,

// Feature selection
#[arg(long, value_name = "FEATURES", help_heading = FEATURE_SELECTION)]
#[arg(short = 'F', long, value_name = "FEATURES", help_heading = FEATURE_SELECTION)]
pub features: Option<String>,
#[arg(long, help_heading = FEATURE_SELECTION)]
pub all_features: bool,
Expand Down

0 comments on commit 3a25403

Please sign in to comment.