Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Remove hint to use "git help -a"
[gitweb.git]
/
help.c
diff --git
a/help.c
b/help.c
index 8217d97787b2ba38a5327c1204797044b2b4cd72..5f8c121bc1f8daf6bc6bb810b08a802a27ce9dc2 100644
(file)
--- 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)