mirror of
https://github.com/git/git.git
synced 2026-03-13 18:33:25 +01:00
help (msysgit): beautify message telling user that HTML will be display
Signed-off-by: Steffen Prohaska <prohaska@zib.de>
This commit is contained in:
2
help.c
2
help.c
@@ -222,7 +222,7 @@ static void show_man_page(const char *git_cmd)
|
||||
strcpy (htmlpath + install_dir_len + html_dir_len, page);
|
||||
strcpy (htmlpath + install_dir_len + html_dir_len + page_len, suffix);
|
||||
htmlpath[htmlpath_len] = 0;
|
||||
printf("Launching default browser to display html help...\n");
|
||||
printf("Launching default browser to display HTML help ...\n");
|
||||
ShellExecute(NULL, "open", htmlpath, NULL, NULL, 0);
|
||||
}
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user