summaryrefslogtreecommitdiffstats
path: root/include/c.h
diff options
context:
space:
mode:
authorRuediger Meier2017-06-24 16:47:30 +0200
committerRuediger Meier2017-06-26 21:04:34 +0200
commit789ac55e4fb7fd134aeeb65a24e7af643a94d18a (patch)
tree5f21dee32eeec5e6c63f2db7e5cba093728446b8 /include/c.h
parentMerge branch 'usage-part2' of https://github.com/rudimeier/util-linux (diff)
downloadkernel-qcow2-util-linux-789ac55e4fb7fd134aeeb65a24e7af643a94d18a.tar.gz
kernel-qcow2-util-linux-789ac55e4fb7fd134aeeb65a24e7af643a94d18a.tar.xz
kernel-qcow2-util-linux-789ac55e4fb7fd134aeeb65a24e7af643a94d18a.zip
misc: revert to the old USAGE_HELP strings
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>
Diffstat (limited to 'include/c.h')
-rw-r--r--include/c.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/c.h b/include/c.h
index 3e5b87d3f..fe46b8c2d 100644
--- a/include/c.h
+++ b/include/c.h
@@ -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