From fc98ff08304caa36420028f1b5cfaa6cfdccf3d6 Mon Sep 17 00:00:00 2001 From: Steffen Prohaska Date: Tue, 2 Oct 2007 15:25:15 +0200 Subject: [PATCH] help (msysgit): beautify message telling user that HTML will be display Signed-off-by: Steffen Prohaska --- help.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help.c b/help.c index a5ada18c76..f4a0208ff3 100644 --- a/help.c +++ b/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