diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2015-02-18 13:47:27 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2015-02-18 13:47:46 +0100 |
commit | 54e9585e106348d6f0129376171fab305ddc0e27 (patch) | |
tree | d3849ff1bff39a41c648f20beb61a135331a6498 /util-linux/rtcwake.c | |
parent | 0cb981c5e2f1a955e72dd9d3d2fad075dc9d0da6 (diff) | |
download | busybox-w32-54e9585e106348d6f0129376171fab305ddc0e27.tar.gz busybox-w32-54e9585e106348d6f0129376171fab305ddc0e27.tar.bz2 busybox-w32-54e9585e106348d6f0129376171fab305ddc0e27.zip |
trivial code shrink
function old new delta
rdate_main 246 251 +5
show_entry 291 287 -4
daytime_stream 44 39 -5
packed_usage 30176 30168 -8
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/3 up/down: 5/-17) Total: -12 bytes
text data bss dec hex filename
929453 932 17684 948069 e7765 busybox_old
929411 932 17684 948027 e773b busybox_unstripped
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/rtcwake.c')
-rw-r--r-- | util-linux/rtcwake.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/util-linux/rtcwake.c b/util-linux/rtcwake.c index 33cdbfad4..53d9384db 100644 --- a/util-linux/rtcwake.c +++ b/util-linux/rtcwake.c | |||
@@ -32,18 +32,18 @@ | |||
32 | //usage: "\n -l,--local Clock is set to local time" | 32 | //usage: "\n -l,--local Clock is set to local time" |
33 | //usage: "\n -u,--utc Clock is set to UTC time" | 33 | //usage: "\n -u,--utc Clock is set to UTC time" |
34 | //usage: "\n -d,--device=DEV Specify the RTC device" | 34 | //usage: "\n -d,--device=DEV Specify the RTC device" |
35 | //usage: "\n -m,--mode=MODE Set the sleep state (default: standby)" | 35 | //usage: "\n -m,--mode=MODE Set sleep state (default: standby)" |
36 | //usage: "\n -s,--seconds=SEC Set the timeout in SEC seconds from now" | 36 | //usage: "\n -s,--seconds=SEC Set timeout in SEC seconds from now" |
37 | //usage: "\n -t,--time=TIME Set the timeout to TIME seconds from epoch" | 37 | //usage: "\n -t,--time=TIME Set timeout to TIME seconds from epoch" |
38 | //usage: ) | 38 | //usage: ) |
39 | //usage: IF_NOT_LONG_OPTS( | 39 | //usage: IF_NOT_LONG_OPTS( |
40 | //usage: "\n -a Read clock mode from adjtime" | 40 | //usage: "\n -a Read clock mode from adjtime" |
41 | //usage: "\n -l Clock is set to local time" | 41 | //usage: "\n -l Clock is set to local time" |
42 | //usage: "\n -u Clock is set to UTC time" | 42 | //usage: "\n -u Clock is set to UTC time" |
43 | //usage: "\n -d DEV Specify the RTC device" | 43 | //usage: "\n -d DEV Specify the RTC device" |
44 | //usage: "\n -m MODE Set the sleep state (default: standby)" | 44 | //usage: "\n -m MODE Set sleep state (default: standby)" |
45 | //usage: "\n -s SEC Set the timeout in SEC seconds from now" | 45 | //usage: "\n -s SEC Set timeout in SEC seconds from now" |
46 | //usage: "\n -t TIME Set the timeout to TIME seconds from epoch" | 46 | //usage: "\n -t TIME Set timeout to TIME seconds from epoch" |
47 | //usage: ) | 47 | //usage: ) |
48 | 48 | ||
49 | #include "libbb.h" | 49 | #include "libbb.h" |