Skip to content

Commit

Permalink
git-help -i: invoke info with document and node name
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Dec 10, 2007
1 parent 5cefc33 commit 78d39f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion help.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 78d39f9

Please sign in to comment.