Permalink
Showing
with
1 addition
and
1 deletion.
-
+1
−1
examples/command-line-flags/command-line-flags.sh
|
|
@@ -36,7 +36,7 @@ word: opt |
|
|
numb: 42
|
|
|
fork: false
|
|
|
svar: bar
|
|
|
-trailing: [a1 a2 a3 -numb=7]
|
|
|
+tail: [a1 a2 a3 -numb=7]
|
|
|
|
|
|
# Use `-h` or `--help` flags to get automatically
|
|
|
# generated help text for the command-line program.
|
|
|
|
0 comments on commit
eaf7f24