[Libreoffice-commits] .: logerrit

Petr Mladek pmladek at suse.cz
Fri Feb 1 09:14:48 PST 2013


 logerrit |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7d88c35cc3fa8b4c9ebf23800d3771a265937086
Author: Petr Mladek <pmladek at suse.cz>
Date:   Fri Feb 1 18:12:58 2013 +0100

    logerrit: print logerrit help with --help
    
    It printed help of the plain gerrit tool which always confused me :-)
    
    Change-Id: Ied81688ada4b536486d998709230fc24fa3c9b62

diff --git a/logerrit b/logerrit
index bb60473..2456ae1 100755
--- a/logerrit
+++ b/logerrit
@@ -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:"


More information about the Libreoffice-commits mailing list