diff options
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 1266658..5c9cda9 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 (1.7 kb)" +//config: bool "sleep (2 kb)" //config: default y //config: help //config: sleep is used to pause for a specified number of seconds. |