From: Jim Meyering Date: Sun, 4 Dec 2005 09:58:34 +0000 (+0000) Subject: (usage): Say what happens with two or more arguments. X-Git-Tag: v6.0~1213 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f390052b80112f49a5f2e235f0cac126a006e01f;p=thirdparty%2Fcoreutils.git (usage): Say what happens with two or more arguments. --- diff --git a/src/sleep.c b/src/sleep.c index 8ff3b3b452..6ff81b8050 100644 --- a/src/sleep.c +++ b/src/sleep.c @@ -51,7 +51,8 @@ Usage: %s NUMBER[SUFFIX]...\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\ +point number. Given two or more arguments, pause for the amount of time\n\ +specified by the sum of their values.\n\ \n\ "), program_name, program_name);