Skip to content

Commit

Permalink
Improve the wording of the help command
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenperera committed Jul 9, 2023
1 parent 0927653 commit 3c79f16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ pub struct Cli {
/// { "sortOrder": ["class1", ...] }.
#[arg(long, conflicts_with_all = &["output_css_file"])]
config_file: Option<String>,
/// When set RustyWind will determine the sort order
/// by the order the class appears in the the given css file.
/// When set RustyWind will determine the sort order by the order the class appear in the the given css file.
#[arg(long, conflicts_with_all = &["config_file"])]
output_css_file: Option<String>,
/// When set, RustyWind will ignore this list of files.
Expand Down

0 comments on commit 3c79f16

Please sign in to comment.