removed short option for argument file

This commit is contained in:
ascendforever 2023-10-25 13:28:02 -04:00
parent 7253c8c615
commit a1eec572d1
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -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>,