]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
hwclock: remove unwanted space before description
authorKarel Zak <kzak@redhat.com>
Wed, 21 Jun 2017 09:25:16 +0000 (11:25 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 21 Jun 2017 09:25:16 +0000 (11:25 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/hwclock.c

index 135530042cafe14e1c44159f6714d4e041412ad0..5433cd000b43363ea87813f01ff5343748dc0f5b 100644 (file)
@@ -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);