chiark / gitweb /
Add Vim modelines for consistent spacing
[topgit.git] / tg.sh
diff --git a/tg.sh b/tg.sh
index 4020527b2e27a1db9e5121275c9559c9307b92bd..d8b62131b4052caa9a5217dd295600bc18ab37d7 100644 (file)
--- a/tg.sh
+++ b/tg.sh
@@ -209,6 +209,12 @@ switch_to_base()
 do_help()
 {
        if [ -z "$1" ] ; then
+               # This is currently invoked in all kinds of circumstances,
+               # including when the user made a usage error. Should we end up
+               # providing more than a short help message, then we should
+               # differentiate.
+               # Petr's comment: http://marc.info/?l=git&m=122718711327376&w=2
+
                ## Build available commands list for help output
 
                cmds=
@@ -292,3 +298,5 @@ help|--help|-h)
        }
        . "@cmddir@"/tg-$cmd;;
 esac
+
+# vim:noet