diff options
author | Philipp Weissenbacher <p.weissenbacher@gmail.com> | 2013-03-04 15:57:16 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-03-04 21:41:41 +0000 |
commit | 85c7f925a29f6edcffebe40ef69164f10655abb1 (patch) | |
tree | 00e7e6938e64d518a9c25217bedba13837a3e8e6 /logerrit | |
parent | 65610d54b43290d722b318d5ff819e6b5af1bc3a (diff) |
Print help text if no subcommand is provided
Change-Id: Id9abc3ab45af8b6e44904090e179ce67a3f45796
Reviewed-on: https://gerrit.libreoffice.org/2541
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'logerrit')
-rwxr-xr-x | logerrit | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ submit() { } case "$1" in - help|--help) + help|--help|"") echo "Usage: ./logerrit subcommand [options]" echo "simple and basic tool to interact with LibreOffice gerrit" echo "subcommands:" |