Code

Remove hint to use "git help -a"
authorTheodore Ts'o <tytso@mit.edu>
Mon, 12 Nov 2007 00:57:57 +0000 (19:57 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Nov 2007 22:46:18 +0000 (14:46 -0800)
commit15f80a539bddfbd5e0661714756576edb2053e35
tree673e5e2730581ca68049ef533e4d50677121e0ff
parent26d744526c12c1e3166d5a1338d4787c88a0f871
Remove hint to use "git help -a"

The newbie user will run away screaming when they see all possible
commands.  The expert user will already know about the -a option from
reading the git man page.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
help.c