diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2018-12-28 03:20:17 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-12-28 03:20:17 +0100 |
commit | b097a84d62dcfcf201a695b54bcfafae70cac8a6 (patch) | |
tree | c3b559a0fd4c430a92c7e1df3d6a776c894de3f0 /coreutils/sleep.c | |
parent | 10bde14292b3f0abbbf56aaaec16f391f12c0e64 (diff) | |
download | busybox-w32-b097a84d62dcfcf201a695b54bcfafae70cac8a6.tar.gz busybox-w32-b097a84d62dcfcf201a695b54bcfafae70cac8a6.tar.bz2 busybox-w32-b097a84d62dcfcf201a695b54bcfafae70cac8a6.zip |
config: update size information
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/sleep.c')
-rw-r--r-- | coreutils/sleep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/sleep.c b/coreutils/sleep.c index 126665839..5c9cda9f0 100644 --- a/coreutils/sleep.c +++ b/coreutils/sleep.c | |||
@@ -13,7 +13,7 @@ | |||
13 | * time suffixes for seconds, minutes, hours, and days. | 13 | * time suffixes for seconds, minutes, hours, and days. |
14 | */ | 14 | */ |
15 | //config:config SLEEP | 15 | //config:config SLEEP |
16 | //config: bool "sleep (1.7 kb)" | 16 | //config: bool "sleep (2 kb)" |
17 | //config: default y | 17 | //config: default y |
18 | //config: help | 18 | //config: help |
19 | //config: sleep is used to pause for a specified number of seconds. | 19 | //config: sleep is used to pause for a specified number of seconds. |