]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
misc: revert to the old USAGE_HELP strings
authorRuediger Meier <ruediger.meier@ga-group.nl>
Sat, 24 Jun 2017 14:47:30 +0000 (16:47 +0200)
committerRuediger Meier <ruediger.meier@ga-group.nl>
Mon, 26 Jun 2017 19:04:34 +0000 (21:04 +0200)
This reverts the include/c.h part of cc7cb070.

As discussed on ml. Our current strings are imported from
coreutils and not too bad. Also the old strings are still
hardcoded at many places.

So let's revert the change, then consolidate these strings
really everywhere and then think again whether and how we
should change them.

Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
include/c.h

index 3e5b87d3fd78b0c8e49df9e32ff88fa7310b3023..fe46b8c2d82b1f9bf1d6b7b6f2051044f87a306e 100644 (file)
@@ -315,8 +315,8 @@ static inline int xusleep(useconds_t usec)
 #define USAGE_COMMANDS   _("\nCommands:\n")
 #define USAGE_COLUMNS    _("\nAvailable output columns:\n")
 #define USAGE_SEPARATOR    "\n"
-#define USAGE_HELP       _(" -h, --help     display help information and exit\n")
-#define USAGE_VERSION    _(" -V, --version  display version information and exit\n")
+#define USAGE_HELP       _(" -h, --help     display this help and exit\n")
+#define USAGE_VERSION    _(" -V, --version  output version information and exit\n")
 #define USAGE_MAN_TAIL(_man)   _("\nFor more details see %s.\n"), _man
 
 #define UTIL_LINUX_VERSION _("%s from %s\n"), program_invocation_short_name, PACKAGE_STRING