Kaydet (Commit) 85c7f925 authored tarafından Philipp Weissenbacher's avatar Philipp Weissenbacher Kaydeden (comit) Eike Rathke

Print help text if no subcommand is provided

Change-Id: Id9abc3ab45af8b6e44904090e179ce67a3f45796
Reviewed-on: https://gerrit.libreoffice.org/2541Reviewed-by: 's avatarThomas Arnhold <thomas@arnhold.org>
Reviewed-by: 's avatarEike Rathke <erack@redhat.com>
Tested-by: 's avatarEike Rathke <erack@redhat.com>
üst 65610d54
......@@ -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:"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment