summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJ William Piggott2017-09-04 03:17:28 +0200
committerKarel Zak2017-09-05 12:33:19 +0200
commit08e3c9e6620232aa5433d102d3f8ac28bbae01b0 (patch)
tree7952cfdeca49b2d12d2713b38bea47eff212c004 /include
parentMerge branch '170825' of github.com:jwpi/util-linux (diff)
downloadkernel-qcow2-util-linux-08e3c9e6620232aa5433d102d3f8ac28bbae01b0.tar.gz
kernel-qcow2-util-linux-08e3c9e6620232aa5433d102d3f8ac28bbae01b0.tar.xz
kernel-qcow2-util-linux-08e3c9e6620232aa5433d102d3f8ac28bbae01b0.zip
hwclock: update usage()
Improve usage strings for debug and version. Signed-off-by: J William Piggott <elseifthen@gmx.com>
Diffstat (limited to 'include')
-rw-r--r--include/c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/c.h b/include/c.h
index 119a127e3..b0670dcaa 100644
--- a/include/c.h
+++ b/include/c.h
@@ -317,7 +317,7 @@ static inline int xusleep(useconds_t usec)
#define USAGE_SEPARATOR "\n"
#define USAGE_OPTSTR_HELP _("display this help")
-#define USAGE_OPTSTR_VERSION _("print version")
+#define USAGE_OPTSTR_VERSION _("display version")
#define USAGE_HELP_OPTIONS(marg_dsc) \
"%-" #marg_dsc "s%s\n" \