Skip to content

Commit 3a25403

Browse files
authored
Merge pull request #79 from dtolnay/shortfeatures
Add short features flag
2 parents ab51a60 + 5e8d6dc commit 3a25403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/opts.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ pub struct LlvmLines {
101101
pub bench: Option<String>,
102102

103103
// Feature selection
104-
#[arg(long, value_name = "FEATURES", help_heading = FEATURE_SELECTION)]
104+
#[arg(short = 'F', long, value_name = "FEATURES", help_heading = FEATURE_SELECTION)]
105105
pub features: Option<String>,
106106
#[arg(long, help_heading = FEATURE_SELECTION)]
107107
pub all_features: bool,

0 commit comments

Comments
 (0)