diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-07-04 04:34:57 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-07-04 04:34:57 +0200 |
commit | 46465ecf72ee5c0910d036668eba499928f3379e (patch) | |
tree | 64e4b341a81ecd460d2c56afb315995c77ea8a76 /util-linux/hwclock.c | |
parent | e3f805ccc35be010b9476847dccc3f1d0f8011c5 (diff) | |
download | busybox-w32-46465ecf72ee5c0910d036668eba499928f3379e.tar.gz busybox-w32-46465ecf72ee5c0910d036668eba499928f3379e.tar.bz2 busybox-w32-46465ecf72ee5c0910d036668eba499928f3379e.zip |
hwclock: better help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/hwclock.c')
-rw-r--r-- | util-linux/hwclock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util-linux/hwclock.c b/util-linux/hwclock.c index ee68be8c5..3e2c2aae3 100644 --- a/util-linux/hwclock.c +++ b/util-linux/hwclock.c | |||
@@ -268,8 +268,8 @@ static void set_system_clock_timezone(int utc) | |||
268 | //usage: "\n -w Set hardware clock from system time" | 268 | //usage: "\n -w Set hardware clock from system time" |
269 | //usage: "\n -t Set in-kernel timezone, correct system time" | 269 | //usage: "\n -t Set in-kernel timezone, correct system time" |
270 | //usage: "\n if hardware clock is in local time" | 270 | //usage: "\n if hardware clock is in local time" |
271 | //usage: "\n -u Hardware clock is in UTC" | 271 | //usage: "\n -u Assume hardware clock is kept in UTC" |
272 | //usage: "\n -l Hardware clock is in local time" | 272 | //usage: "\n -l Assume hardware clock is kept in local time" |
273 | //usage: "\n -f FILE Use specified device (e.g. /dev/rtc2)" | 273 | //usage: "\n -f FILE Use specified device (e.g. /dev/rtc2)" |
274 | 274 | ||
275 | #define HWCLOCK_OPT_LOCALTIME 0x01 | 275 | #define HWCLOCK_OPT_LOCALTIME 0x01 |