Skip to content

Commit

Permalink
fix(cli): wrong command-line flag
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Apr 2, 2024
1 parent 4a16716 commit 95115e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/commands/scan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ pub fn scan() -> Command {
.value_parser(value_parser!(u64).range(1..))
)
.arg(
arg!(-define --"define")
arg!(-d --"define")
.help("Define external variable")
.long_help(help::DEFINE_LONG_HELP)
.required(false)
Expand Down

0 comments on commit 95115e3

Please sign in to comment.