Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/help.c
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2007-11-12 03:57:57 +0300
committerJunio C Hamano <gitster@pobox.com>2007-11-15 01:46:18 +0300
commit15f80a539bddfbd5e0661714756576edb2053e35 (patch)
tree673e5e2730581ca68049ef533e4d50677121e0ff /help.c
parent26d744526c12c1e3166d5a1338d4787c88a0f871 (diff)
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>
Diffstat (limited to 'help.c')
-rw-r--r--help.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/help.c b/help.c
index 8217d97787..5f8c121bc1 100644
--- a/help.c
+++ b/help.c
@@ -238,7 +238,6 @@ void list_common_cmds_help(void)
mput_char(' ', longest - strlen(common_cmds[i].name));
puts(common_cmds[i].help);
}
- puts("(use 'git help -a' to get a list of all installed git commands)");
}
static void show_man_page(const char *git_cmd)