aboutsummaryrefslogtreecommitdiff
path: root/help.c
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2007-12-16 02:21:04 -0500
committerJunio C Hamano <gitster@pobox.com>2007-12-16 12:52:40 -0800
commitd7e522cffb2224b91c9c0edde093fbb81a0289b0 (patch)
tree84d8e40fd754590b46c7592c37857fde24126ac2 /help.c
parent6ba78238a824282816944550edc4297dd2808a72 (diff)
downloadgit-d7e522cffb2224b91c9c0edde093fbb81a0289b0.tar.gz
git-d7e522cffb2224b91c9c0edde093fbb81a0289b0.tar.xz
rename git-browse--help to git-help--browse
The convention for helper scripts has been git-$TOOL--$HELPER. Since this is a "browse" helper for the "help" tool, git-help--browse is a more sensible name. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'help.c')
-rw-r--r--help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/help.c b/help.c
index f9ce6db34..1302a61c8 100644
--- a/help.c
+++ b/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("help--browse", page, NULL);
}
void help_unknown_cmd(const char *cmd)