Skip to content

Commit

Permalink
fix: paths argument for debug-files find should take a value (#1346)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilogorek committed Oct 3, 2022
1 parent 828842a commit 91a9371
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/debug_files/find.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ pub fn make_command(command: Command) -> Command {
Arg::new("paths")
.long("path")
.short('p')
.value_name("PATH")
.multiple_occurrences(true)
.help("Add a path to search recursively for debug info files."),
)
Expand Down

0 comments on commit 91a9371

Please sign in to comment.