X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin%2Fhelp.c;h=a9836b00aec8df68e7a615dce83d3c60f73e242f;hb=632d3f4b5b80700c6c7c3637d6a4d1d9a457f7e1;hp=3182a2bec466c50a9a1db1e91888bad3335414b1;hpb=b807c524df69fb44d7fe2a68a899985a7f7e6838;p=git.git diff --git a/builtin/help.c b/builtin/help.c index 3182a2bec..a9836b00a 100644 --- a/builtin/help.c +++ b/builtin/help.c @@ -26,7 +26,7 @@ enum help_format { HELP_FORMAT_NONE, HELP_FORMAT_MAN, HELP_FORMAT_INFO, - HELP_FORMAT_WEB, + HELP_FORMAT_WEB }; static int show_all = 0;