diff options
author | Davide Cavalca <davide@geexbox.org> | 2011-01-22 18:55:32 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-01-22 18:55:32 +0100 |
commit | 658a437d4bd97d4897a9d0183570634a90ae6773 (patch) | |
tree | fcee9bf4c7dcdcfe32f563d7c1f5137ca372a354 /include | |
parent | 1336f89d59fc571ef19f3cb74ced0580b3331a96 (diff) |
hwclock: implement --systz
function old new delta
hwclock_main 324 434 +110
packed_usage 28220 28259 +39
static.hwclock_longopts 53 60 +7
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 3/0 up/down: 156/0) Total: 156 bytes
Signed-off-by: Davide Cavalca <davide@geexbox.org>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.src.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/include/usage.src.h b/include/usage.src.h index 9300b3ce8..ebe80f8e1 100644 --- a/include/usage.src.h +++ b/include/usage.src.h @@ -1595,25 +1595,6 @@ INSERT "\n -e STRING HTML encode STRING" \ "\n -d STRING URL decode STRING" \ -#define hwclock_trivial_usage \ - IF_FEATURE_HWCLOCK_LONG_OPTIONS( \ - "[-r|--show] [-s|--hctosys] [-w|--systohc]" \ - " [-l|--localtime] [-u|--utc]" \ - " [-f FILE]" \ - ) \ - IF_NOT_FEATURE_HWCLOCK_LONG_OPTIONS( \ - "[-r] [-s] [-w] [-l] [-u] [-f FILE]" \ - ) -#define hwclock_full_usage "\n\n" \ - "Query and set hardware clock (RTC)\n" \ - "\nOptions:" \ - "\n -r Show hardware clock time" \ - "\n -s Set system time from hardware clock" \ - "\n -w Set hardware clock to system time" \ - "\n -u Hardware clock is in UTC" \ - "\n -l Hardware clock is in local time" \ - "\n -f FILE Use specified device (e.g. /dev/rtc2)" \ - #define id_trivial_usage \ "[OPTIONS] [USER]" #define id_full_usage "\n\n" \ |