aboutsummaryrefslogtreecommitdiff
path: root/util-linux/hwclock.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2020-12-16 01:19:08 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2020-12-16 01:19:08 +0100
commitcaba1a16ec4a883376d53e5921917bb8485b5f49 (patch)
tree468e4b9f60a71027f60cc38815777d74fdb1c640 /util-linux/hwclock.c
parent9b44deac01d61929a734a3ee4f739e95b024bfec (diff)
downloadbusybox-w32-caba1a16ec4a883376d53e5921917bb8485b5f49.tar.gz
busybox-w32-caba1a16ec4a883376d53e5921917bb8485b5f49.tar.bz2
busybox-w32-caba1a16ec4a883376d53e5921917bb8485b5f49.zip
tweak help texts
function old new delta packed_usage 33650 33605 -45 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/hwclock.c')
-rw-r--r--util-linux/hwclock.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/util-linux/hwclock.c b/util-linux/hwclock.c
index e85bca2b2..791525fc2 100644
--- a/util-linux/hwclock.c
+++ b/util-linux/hwclock.c
@@ -296,16 +296,15 @@ static void set_system_clock_timezone(int utc)
296 296
297//usage:#define hwclock_trivial_usage 297//usage:#define hwclock_trivial_usage
298//usage: IF_LONG_OPTS( 298//usage: IF_LONG_OPTS(
299//usage: "[-r|--show] [-s|--hctosys] [-w|--systohc] [--systz]" 299//usage: "[-swu] [--systz] [--localtime] [-f FILE]"
300//usage: " [--localtime] [-u|--utc]"
301//usage: " [-f|--rtc FILE]"
302//usage: ) 300//usage: )
303//usage: IF_NOT_LONG_OPTS( 301//usage: IF_NOT_LONG_OPTS(
304//usage: "[-r] [-s] [-w] [-t] [-l] [-u] [-f FILE]" 302//usage: "[-swtlu] [-f FILE]"
305//usage: ) 303//usage: )
306//usage:#define hwclock_full_usage "\n\n" 304//usage:#define hwclock_full_usage "\n\n"
307//usage: "Query and set hardware clock (RTC)\n" 305//usage: "Show or set hardware clock (RTC)\n"
308//usage: "\n -r Show hardware clock time" 306///////: "\n -r Show hardware clock time"
307///////-r is default, don't bother showing it in help
309//usage: "\n -s Set system time from hardware clock" 308//usage: "\n -s Set system time from hardware clock"
310//usage: "\n -w Set hardware clock from system time" 309//usage: "\n -w Set hardware clock from system time"
311//usage: IF_LONG_OPTS( 310//usage: IF_LONG_OPTS(