aboutsummaryrefslogtreecommitdiff
path: root/help.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-12-10 01:19:31 -0800
committerJunio C Hamano <gitster@pobox.com>2007-12-10 01:36:31 -0800
commit78d39f98f3135bc9f7cbef897aeb4a279ca4130e (patch)
tree5357f1eb90a7bca9dee6a8a548caf737ccc301da /help.c
parent5cefc33bffd3580d07ca548bc8e2ff38c945c78c (diff)
downloadgit-78d39f98f3135bc9f7cbef897aeb4a279ca4130e.tar.gz
git-78d39f98f3135bc9f7cbef897aeb4a279ca4130e.tar.xz
git-help -i: invoke info with document and node name
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'help.c')
-rw-r--r--help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/help.c b/help.c
index 56477f450..9d7ad6f31 100644
--- a/help.c
+++ b/help.c
@@ -286,7 +286,7 @@ static void show_man_page(const char *git_cmd)
static void show_info_page(const char *git_cmd)
{
const char *page = cmd_to_page(git_cmd);
- execlp("info", "info", page, NULL);
+ execlp("info", "info", "gitman", page, NULL);
}
static void show_html_page(const char *git_cmd)