Skip to content
Snippets Groups Projects
Verified Commit 2b544220 authored by Cyril Vazquez's avatar Cyril Vazquez
Browse files

Fix short arg names

parent eed59cf1
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ $ArgsParser->add_command(
$CommandArgsParser->add_arg(
"BatchName",
array(
"short" => 'n',
"short" => 'b',
"long" => 'BatchName',
"default" => null,
"help" => "Batch configuration name",
......@@ -95,7 +95,7 @@ $CommandArgsParser->add_arg(
$CommandArgsParser->add_arg(
"ConfigName",
array(
"short" => 'n',
"short" => 'c',
"long" => 'ConfigName',
"default" => 'Capture',
"help" => "Capture configuration name",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment