diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-08-26 14:12:52 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-08-26 14:12:52 +0200 |
commit | 15213e550b15d8f68153c98b20d6c90bebef9361 (patch) | |
tree | 01e7d3a8518377412b184ee11ed51340ccf70ea8 /src/test.bash | |
parent | m bash (diff) | |
download | argparser-15213e550b15d8f68153c98b20d6c90bebef9361.tar.gz argparser-15213e550b15d8f68153c98b20d6c90bebef9361.tar.bz2 argparser-15213e550b15d8f68153c98b20d6c90bebef9361.tar.xz |
fix bash version4.0
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rwxr-xr-x | src/test.bash | 2 |
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 "$@" |