Rename git-browse-help helper to git-browse--help
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
2
help.c
2
help.c
@ -331,7 +331,7 @@ static void show_info_page(const char *git_cmd)
|
||||
static void show_html_page(const char *git_cmd)
|
||||
{
|
||||
const char *page = cmd_to_page(git_cmd);
|
||||
execl_git_cmd("browse-help", page, NULL);
|
||||
execl_git_cmd("browse--help", page, NULL);
|
||||
}
|
||||
|
||||
void help_unknown_cmd(const char *cmd)
|
||||
|
||||
Reference in New Issue
Block a user