diff --git a/help.c b/help.c index 2ed68389fe..fc45f463e3 100644 --- a/help.c +++ b/help.c @@ -28,12 +28,12 @@ enum help_format { HELP_FORMAT_WEB, }; -static int show_all = 0; -#ifdef __MINGW32__ -static enum help_format help_format = HELP_FORMAT_WEB; +static int show_all = 0; +#ifdef __MINGW32__ +static enum help_format help_format = HELP_FORMAT_WEB; #else static enum help_format help_format = HELP_FORMAT_MAN; -#endif +#endif static struct option builtin_help_options[] = { OPT_BOOLEAN('a', "all", &show_all, "print all available commands"), OPT_SET_INT('m', "man", &help_format, "show man page", HELP_FORMAT_MAN),