[Libreoffice-commits] tb/tb

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Jan 25 20:33:48 PST 2013


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

New commits:
commit 4c620aeb2d66a127162fbbb70147bad3ac12de0f
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Fri Jan 25 22:33:24 2013 -0600

    tb : support --help prior to config

diff --git a/tb/tb b/tb/tb
index 05e9c87..69c7f88 100755
--- a/tb/tb
+++ b/tb/tb
@@ -233,7 +233,7 @@ EOF
 #
 
 case "$1" in
-    ""|help)
+    ""|help|--help)
         do_help "$@"
         exit $?
         ;;


More information about the Libreoffice-commits mailing list