From 658a437d4bd97d4897a9d0183570634a90ae6773 Mon Sep 17 00:00:00 2001 From: Davide Cavalca Date: Sat, 22 Jan 2011 18:55:32 +0100 Subject: 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 Signed-off-by: Denys Vlasenko --- include/usage.src.h | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'include/usage.src.h') 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" \ -- cgit v1.2.3