aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gpg-error.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gpg-error.c b/src/gpg-error.c
index 2eb5e7b..ec460bb 100644
--- a/src/gpg-error.c
+++ b/src/gpg-error.c
@@ -493,13 +493,13 @@ main (int argc, char *argv[])
"Print all error codes"),
ARGPARSE_c (CMD_DEFINES, "defines",
"Print all error codes as #define lines"),
- ARGPARSE_c (CMD_LOCALE, "locale",
#if HAVE_W32_SYSTEM
- "Return the locale used for gettext"
+ ARGPARSE_c (CMD_LOCALE, "locale",
+ "Return the locale used for gettext"),
#else
- "@"
+ ARGPARSE_c (CMD_LOCALE, "locale",
+ "@"),
#endif
- ),
ARGPARSE_s_n (OPT_DESC, "desc",
"Print with error description"),
ARGPARSE_end()