Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Maarch
MaarchCapture
Commits
68b31a1e
Verified
Commit
68b31a1e
authored
Jan 17, 2020
by
Giovannoni Laurent
Browse files
fix short arguments
parent
25afa9d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
MaarchCapture.php
View file @
68b31a1e
...
...
@@ -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"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment