Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'master' of git://git.bogomips.org/git-svn
[gitweb.git]
/
builtin
/
help.c
diff --git
a/builtin/help.c
b/builtin/help.c
index 96a462cf1b3c748f6aabb33712d0e0f08f39b313..e63668ade4dd0721c27ca5045bc8a524a147f9c1 100644
(file)
--- a/
builtin/help.c
+++ b/
builtin/help.c
@@
-425,7
+425,7
@@
int cmd_help(int argc, const char **argv, const char *prefix)
if (show_all) {
printf(_("usage: %s%s"), _(git_usage_string), "\n\n");
- list_commands(
_("git commands"),
&main_cmds, &other_cmds);
+ list_commands(&main_cmds, &other_cmds);
printf("%s\n", _(git_more_info_string));
return 0;
}