aboutsummaryrefslogtreecommitdiff
path: root/coreutils/sleep.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2023-07-10 17:25:21 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2023-07-10 17:25:21 +0200
commit5353df91cba7b397b9407701681708d0a1518df6 (patch)
tree7b7925e3e43c7ef44c618a629bbc6aa78a8c3bf7 /coreutils/sleep.c
parenta9047e09807f11bcd62f69c481ce19b2663f8862 (diff)
downloadbusybox-w32-5353df91cba7b397b9407701681708d0a1518df6.tar.gz
busybox-w32-5353df91cba7b397b9407701681708d0a1518df6.tar.bz2
busybox-w32-5353df91cba7b397b9407701681708d0a1518df6.zip
Update applet size estimates
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/sleep.c')
-rw-r--r--coreutils/sleep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/sleep.c b/coreutils/sleep.c
index a0cee5a4a..6edff59cc 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 (2 kb)" 16//config: bool "sleep (2.4 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.