[Libreoffice-commits] core.git: logerrit

Philipp Weissenbacher p.weissenbacher at gmail.com
Mon Mar 4 13:42:01 PST 2013


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

New commits:
commit 85c7f925a29f6edcffebe40ef69164f10655abb1
Author: Philipp Weissenbacher <p.weissenbacher at gmail.com>
Date:   Mon Mar 4 15:57:16 2013 +0100

    Print help text if no subcommand is provided
    
    Change-Id: Id9abc3ab45af8b6e44904090e179ce67a3f45796
    Reviewed-on: https://gerrit.libreoffice.org/2541
    Reviewed-by: Thomas Arnhold <thomas at arnhold.org>
    Reviewed-by: Eike Rathke <erack at redhat.com>
    Tested-by: Eike Rathke <erack at redhat.com>

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


More information about the Libreoffice-commits mailing list