From 10318b81d3a3b8b9cdccdc11b6bdc7ba907dac2c Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 20 Nov 2008 15:24:16 +0100 Subject: [PATCH 1/1] Note that do_help is used when short messages might be wanted From http://marc.info/?l=git&m=122718711327376&w=2, by Petr: Note that I think these changes are reasonable only as long as do_help is just a short two-line usage help; in the event we also implement a longer help, it certainly shouldn't be printed in these cases. This commit adds a comment to the do_help function to remind us. Signed-off-by: martin f. krafft --- tg.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tg.sh b/tg.sh index 4020527..1fe0115 100644 --- 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= -- 2.30.2