aboutsummaryrefslogtreecommitdiff
path: root/sleep.c
diff options
context:
space:
mode:
Diffstat (limited to 'sleep.c')
-rw-r--r--sleep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sleep.c b/sleep.c
index 61b7ce404..d21af19b3 100644
--- a/sleep.c
+++ b/sleep.c
@@ -29,7 +29,7 @@
29extern int sleep_main(int argc, char **argv) 29extern int sleep_main(int argc, char **argv)
30{ 30{
31 if ((argc < 2) || (**(argv + 1) == '-')) { 31 if ((argc < 2) || (**(argv + 1) == '-')) {
32 usage(sleep_usage); 32 show_usage();
33 } 33 }
34 34
35 if (sleep(atoi(*(++argv))) != 0) 35 if (sleep(atoi(*(++argv))) != 0)