hwclock: remove unwanted space before description

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2017-06-21 11:25:16 +02:00
parent 8ad750bc3c
commit 3d27fdba59
1 changed files with 1 additions and 1 deletions

View 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);