Skip to content

Commit

Permalink
Modify
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Dec 12, 2024
1 parent 7df991d commit faf4ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ impl Config {
.action(ArgAction::Set)
.value_parser(clap::value_parser!(AliasStyle))
.default_value("inline")
.help("Set list alias display style")
.help("Set list command alias display style")
.conflicts_with(arg::NO_ALIASES),
)
.arg(
Expand Down

0 comments on commit faf4ae4

Please sign in to comment.