diff options
-rw-r--r-- | help.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |