summaryrefslogtreecommitdiffstats
path: root/sys-utils/hwclock.c
diff options
context:
space:
mode:
authorSami Kerola2013-01-23 00:27:08 +0100
committerKarel Zak2013-01-25 16:40:05 +0100
commitc2f0a85671323410c5c372f642d4b1014fb11322 (patch)
treeae2bfda0ca2688540a4d6ec1bab1ab2f4621e289 /sys-utils/hwclock.c
parentdmesg: make usage() translator friendly (diff)
downloadkernel-qcow2-util-linux-c2f0a85671323410c5c372f642d4b1014fb11322.tar.gz
kernel-qcow2-util-linux-c2f0a85671323410c5c372f642d4b1014fb11322.tar.xz
kernel-qcow2-util-linux-c2f0a85671323410c5c372f642d4b1014fb11322.zip
hwclock: make usage() change translator friendly
The --compare option from 83765871ef0d6c554c46027577648b77c7351a78 is made to be separate fputs() line. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'sys-utils/hwclock.c')
-rw-r--r--sys-utils/hwclock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-utils/hwclock.c b/sys-utils/hwclock.c
index 5235fb855..9256ec5bd 100644
--- a/sys-utils/hwclock.c
+++ b/sys-utils/hwclock.c
@@ -1443,8 +1443,8 @@ static void usage(const char *fmt, ...)
" -w, --systohc set the hardware clock from the current system time\n"
" --systz set the system time based on the current timezone\n"
" --adjust adjust the RTC to account for systematic drift since\n"
- " the clock was last set or adjusted\n"
- " -c, --compare periodically compare the system clock with the CMOS clock\n"), usageto);
+ " the clock was last set or adjusted\n"), usageto);
+ fputs(_(" -c, --compare periodically compare the system clock with the CMOS clock\n"), usageto);
#ifdef __linux__
fputs(_(" --getepoch print out the kernel's hardware clock epoch value\n"
" --setepoch set the kernel's hardware clock epoch value to the \n"