Skip to content

Commit

Permalink
Clarify --list argument (#2609)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Jan 29, 2025
1 parent 9ba0b5c commit c157ea6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -524,10 +524,10 @@ impl Config {
.short('l')
.long("list")
.num_args(0..)
.value_name("PATH")
.value_name("MODULE")
.action(ArgAction::Set)
.conflicts_with(arg::ARGUMENTS)
.help("List available recipes")
.help("List available recipes in <MODULE> or root if omitted")
.help_heading(cmd::HEADING),
)
.arg(
Expand Down

0 comments on commit c157ea6

Please sign in to comment.