aboutsummaryrefslogtreecommitdiff
path: root/coreutils/sleep.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/sleep.c')
-rw-r--r--coreutils/sleep.c4
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 @@
#include "internal.h"
#include <stdio.h>
-const char sleep_usage[] = " NUMBER\n"
-"Pause for NUMBER seconds.\n";
+const char sleep_usage[] = "sleep N\n\n"
+"Pause for N seconds.\n";
extern int
sleep_main(int argc, char * * argv)