help (msysgit): beautify message telling user that HTML will be display

Signed-off-by: Steffen Prohaska <prohaska@zib.de>
This commit is contained in:
Steffen Prohaska
2007-10-02 15:25:15 +02:00
parent 65230e232c
commit fc98ff0830

2
help.c
View File

@@ -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