summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/main.c b/src/main.c
index 96bbb5a..0ff76c9 100644
--- a/src/main.c
+++ b/src/main.c
@@ -74,14 +74,14 @@ _print_help(const char *program_name)
_print_usage(stdout, program_name);
#if defined(HAVE_GETOPT_LONG) && HAVE_GETOPT_LONG
puts(_("Options:\n"
- "\t-F, --list-formats List all supported date and time formats\n"
- "\t-h, --help Show this help information\n"
- "\t-V, --version Show version information"));
+ " -F, --list-formats List all supported date and time formats\n"
+ " -h, --help Show this help information\n"
+ " -V, --version Show version information"));
#else
puts(_("Options:\n"
- "\t-F List all supported date and time formats\n"
- "\t-h Show this help information\n"
- "\t-V Show version information"));
+ " -F List all supported date and time formats\n"
+ " -h Show this help information\n"
+ " -V Show version information"));
#endif
}