removed short option for argument file
This commit is contained in:
parent
7253c8c615
commit
a1eec572d1
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -60,7 +60,7 @@ struct CLIArguments {
|
|||
help="Separator between sets of targets (default: ';')")]
|
||||
separator: Option<String>,
|
||||
|
||||
#[structopt(short, long, value_name="FILE",
|
||||
#[structopt(long, value_name="FILE",
|
||||
help="File to source arguments from (can be '-' for stdin)")]
|
||||
argument_file: Option<String>,
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue