aboutsummaryrefslogtreecommitdiffstats
path: root/src/test.bash
diff options
context:
space:
mode:
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 "$@"