diff options
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 357fcc1..5840e13 100755 --- a/src/test.bash +++ b/src/test.bash @@ -43,7 +43,7 @@ along with this library. If not, see <http://www.gnu.org/licenses/>. ) -args_init 'A test for argparser' 'test [options] [files]' "$long" '' 2 +args_init 'A test for argparser' 'test [options] [files]' "$long" '' 1 args_add_argumentless 0 'Prints this help message\n(and exits)' -h -? --help args_add_argumentless 0 'Prints the text: hello world' --hello |