diff options
Diffstat (limited to 'coreutils/sleep.c')
-rw-r--r-- | coreutils/sleep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/sleep.c b/coreutils/sleep.c index 826697824..bfbb78f61 100644 --- a/coreutils/sleep.c +++ b/coreutils/sleep.c | |||
@@ -23,8 +23,8 @@ | |||
23 | #include "internal.h" | 23 | #include "internal.h" |
24 | #include <stdio.h> | 24 | #include <stdio.h> |
25 | 25 | ||
26 | const char sleep_usage[] = " NUMBER\n" | 26 | const char sleep_usage[] = "sleep N\n\n" |
27 | "Pause for NUMBER seconds.\n"; | 27 | "Pause for N seconds.\n"; |
28 | 28 | ||
29 | extern int | 29 | extern int |
30 | sleep_main(int argc, char * * argv) | 30 | sleep_main(int argc, char * * argv) |