tg help: <something>: improve readability
commit0afdf90c385a5bc7948fea9f1ac119b6259e55c1
authorKirill Smelkov <kirr@landau.phys.spbu.ru>
Thu, 18 Sep 2008 16:29:29 +0000 (18 20:29 +0400)
committerPetr Baudis <pasky@suse.cz>
Mon, 22 Sep 2008 15:40:35 +0000 (22 17:40 +0200)
tree6e367950256db52ee712c250dbc250fc6a3a9721
parent7a0af6f34b119a80357190bb0008e6ba5559f005
tg help: <something>: improve readability

Previously tg help was not showing Usage line, and with this change, now it
looks like e.g.:

$ tg help import
Usage: tg [...] import [-p PREFIX] RANGE...

        Import commits within the given revision range into TopGit,
        creating one topic branch per commit, the dependencies forming
        a linear sequence starting on your current branch.

        The branch names are auto-guessed from the commit messages
        and prefixed by t/ by default; use '-p PREFIX' to specify
        an alternative prefix (even an empty one).

Signed-off-by: Kirill Smelkov <kirr@landau.phys.spbu.ru>
tg.sh