summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJ William Piggott2017-06-18 16:32:42 +0200
committerJ William Piggott2017-06-21 01:55:08 +0200
commitcc7cb070d92a16eba6d3370739ccc16ff1e53042 (patch)
tree9faab83ce52298725a6030d491a8e630bd5be2dc /include
parenthwclock: use RTC in help output (diff)
downloadkernel-qcow2-util-linux-cc7cb070d92a16eba6d3370739ccc16ff1e53042.tar.gz
kernel-qcow2-util-linux-cc7cb070d92a16eba6d3370739ccc16ff1e53042.tar.xz
kernel-qcow2-util-linux-cc7cb070d92a16eba6d3370739ccc16ff1e53042.zip
hwclock: update --help content and grammar
Reviewed-by: Karel Zak <kzak@redhat.com> Signed-off-by: J William Piggott <elseifthen@gmx.com>
Diffstat (limited to 'include')
-rw-r--r--include/c.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/c.h b/include/c.h
index b9369c1a8..2bcdcea5d 100644
--- a/include/c.h
+++ b/include/c.h
@@ -319,8 +319,8 @@ static inline int xusleep(useconds_t usec)
#define USAGE_OPTIONS _("\nOptions:\n")
#define USAGE_FUNCTIONS _("\nFunctions:\n")
#define USAGE_SEPARATOR "\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_HELP _(" -h, --help display help information and exit\n")
+#define USAGE_VERSION _(" -V, --version display 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