]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
update usage
authorJim Meyering <jim@meyering.net>
Sun, 2 Jan 2000 09:31:15 +0000 (09:31 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 2 Jan 2000 09:31:15 +0000 (09:31 +0000)
src/sleep.c

index 977847771b5893ea4d023285dabe587e5f8350ce..3947a302ceb20e4ebab710014177673309d1514c 100644 (file)
@@ -1,5 +1,5 @@
 /* sleep - delay for a specified amount of time.
-   Copyright (C) 84, 1991-1997, 1999 Free Software Foundation, Inc.
+   Copyright (C) 84, 1991-1997, 1999-2000 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -60,9 +60,10 @@ usage (int status)
       printf (_("\
 Usage: %s NUMBER[SUFFIX]...\n\
   or:  %s OPTION\n\
-Pause for NUMBER seconds.\n\
-SUFFIX may be s for seconds (the default), m for minutes,\n\
-h for hours or d for days.\n\
+Pause for NUMBER seconds.  SUFFIX may be `s' for seconds (the default),\n\
+`m' for minutes, `h' for hours or `d' for days.  Unlike most implementations\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\