summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);