aboutsummaryrefslogtreecommitdiffstats
path: root/src/test.bash
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-08-26 14:12:52 +0200
committerMattias Andrée <maandree@operamail.com>2013-08-26 14:12:52 +0200
commit15213e550b15d8f68153c98b20d6c90bebef9361 (patch)
tree01e7d3a8518377412b184ee11ed51340ccf70ea8 /src/test.bash
parentm bash (diff)
downloadargparser-4.0.tar.gz
argparser-4.0.tar.bz2
argparser-4.0.tar.xz
fix bash version4.0
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/test.bash')
-rwxr-xr-xsrc/test.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test.bash b/src/test.bash
index 71e6137..3f45bae 100755
--- a/src/test.bash
+++ b/src/test.bash
@@ -50,7 +50,7 @@ args_add_argumentless '' 0 'Prints the text: hello world' --hello
args_add_argumentless '' 0 '' ++hidden
args_add_argumented '' 0 LINE 'Prints the choosen line' -l --line
-args_add_optargumented '' '' 0 LINE 'Prints the choosen line' -l --Line
+args_add_optargumented '' '' 0 LINE 'Prints the choosen line' -L --Line
args_add_variadic '' 0 LINE 'Prints the choosen lines' --l --lines
args_parse "$@"