[git commit] hwclock: better help text

Denys Vlasenko vda.linux at googlemail.com
Mon Jul 4 02:34:57 UTC 2011


commit: http://git.busybox.net/busybox/commit/?id=46465ecf72ee5c0910d036668eba499928f3379e
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 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 ee68be8..3e2c2aa 100644
--- a/util-linux/hwclock.c
+++ b/util-linux/hwclock.c
@@ -268,8 +268,8 @@ static void set_system_clock_timezone(int utc)
 //usage:     "\n	-w	Set hardware clock from system time"
 //usage:     "\n	-t	Set in-kernel timezone, correct system time"
 //usage:     "\n		if hardware clock is in local time"
-//usage:     "\n	-u	Hardware clock is in UTC"
-//usage:     "\n	-l	Hardware clock is in local time"
+//usage:     "\n	-u	Assume hardware clock is kept in UTC"
+//usage:     "\n	-l	Assume hardware clock is kept in local time"
 //usage:     "\n	-f FILE	Use specified device (e.g. /dev/rtc2)"
 
 #define HWCLOCK_OPT_LOCALTIME   0x01
-- 
1.7.3.4



More information about the busybox-cvs mailing list