summaryrefslogtreecommitdiffstats
path: root/sys-utils/hwclock.c
diff options
context:
space:
mode:
authorKarel Zak2017-06-21 11:25:16 +0200
committerKarel Zak2017-06-21 11:25:16 +0200
commit3d27fdba59a24760de36441231b367b39e296e77 (patch)
tree6ea5314a64211b9f47d7b894b2cdaea32a35abff /sys-utils/hwclock.c
parentMerge branch '170427' of github.com:jwpi/util-linux (diff)
downloadkernel-qcow2-util-linux-3d27fdba59a24760de36441231b367b39e296e77.tar.gz
kernel-qcow2-util-linux-3d27fdba59a24760de36441231b367b39e296e77.tar.xz
kernel-qcow2-util-linux-3d27fdba59a24760de36441231b367b39e296e77.zip
hwclock: remove unwanted space before description
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/hwclock.c')
-rw-r--r--sys-utils/hwclock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/hwclock.c b/sys-utils/hwclock.c
index 135530042..5433cd000 100644
--- a/sys-utils/hwclock.c
+++ b/sys-utils/hwclock.c
@@ -1205,7 +1205,7 @@ usage(const struct hwclock_control *ctl, FILE *out)
fputs(_(" hwclock [function] [option...]\n"), out);
fputs(USAGE_SEPARATOR, out);
- fputs(_(" Query or set the RTC (Real Time Clock / Hardware Clock)\n"), out);
+ fputs(_("Query or set the RTC (Real Time Clock / Hardware Clock)\n"), out);
fputs(USAGE_FUNCTIONS, out);
fputs(_(" -r, --show display the RTC time\n"), out);