diff options
Diffstat (limited to 'src/sleep.c')
-rw-r--r-- | src/sleep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sleep.c b/src/sleep.c index c2d3656b6..ad8e4514d 100644 --- a/src/sleep.c +++ b/src/sleep.c @@ -76,8 +76,8 @@ Pause for NUMBER seconds. SUFFIX may be `s' for seconds (the default),\n\ that require NUMBER be an integer, here NUMBER may be an arbitrary floating\n\ point number.\n\ \n\ - --help display this help and exit\n\ - --version output version information and exit\n\ + --help display this help and exit\n\ + --version output version information and exit\n\ "), program_name, program_name); puts (_("\nReport bugs to <bug-sh-utils@gnu.org>.")); |