Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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 @@
* time suffixes for seconds, minutes, hours, and days.
*/
//config:config SLEEP
-//config: bool "sleep (2 kb)"
+//config: bool "sleep (2.4 kb)"
//config: default y
//config: help
//config: sleep is used to pause for a specified number of seconds.