aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
authorsandman <sandman@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-07-21 16:50:49 +0000
committersandman <sandman@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-07-21 16:50:49 +0000
commit2d351780fbacf9408d331ddad01e7619e296cca3 (patch)
treed552f7d94cac8240a89a5e498b73c0c60299de2c /include/usage.h
parent89025b51201240d76228179ce321fda17f8f285e (diff)
downloadbusybox-w32-2d351780fbacf9408d331ddad01e7619e296cca3.tar.gz
busybox-w32-2d351780fbacf9408d331ddad01e7619e296cca3.tar.bz2
busybox-w32-2d351780fbacf9408d331ddad01e7619e296cca3.zip
Initial checkin of a very primitive hwclock replacement
git-svn-id: svn://busybox.net/trunk/busybox@5072 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h
index 87678f5e9..b7b1ac65d 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -700,6 +700,17 @@
700 "$ hostname\n" \ 700 "$ hostname\n" \
701 "sage \n" 701 "sage \n"
702 702
703#define hwclock_trivial_usage \
704 "[-r|--show] [-s|--hctosys] [-w|--systohc] [-l|--localtime] [-u|--utc]"
705#define hwclock_full_usage \
706 "Query and set the hardware clock (RTC)\n\n" \
707 "Options:\n" \
708 "\t-r\tread hardware clock and print result\n" \
709 "\t-s\tset the system time from the hardware clock\n" \
710 "\t-w\tset the hardware clock to the current system time\n" \
711 "\t-u\tthe hardware clock is kept in coordinated universal time\n" \
712 "\t-l\tthe hardware clock is kept in local time"
713
703#define id_trivial_usage \ 714#define id_trivial_usage \
704 "[OPTIONS]... [USERNAME]" 715 "[OPTIONS]... [USERNAME]"
705#define id_full_usage \ 716#define id_full_usage \