diff options
author | Petr Mladek <pmladek@suse.cz> | 2013-02-01 18:12:58 +0100 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2013-02-01 18:12:58 +0100 |
commit | 7d88c35cc3fa8b4c9ebf23800d3771a265937086 (patch) | |
tree | 83f2b009fa3691f608f8e14c87361bb7a8d2a072 /logerrit | |
parent | 8d12a195b1ddf433177fe4f3e7b0c109999a2ae9 (diff) |
logerrit: print logerrit help with --help
It printed help of the plain gerrit tool which always confused me :-)
Change-Id: Ied81688ada4b536486d998709230fc24fa3c9b62
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) echo "Usage: ./logerrit subcommand [options]" echo "simple and basic tool to interact with LibreOffice gerrit" echo "subcommands:" |