-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4411 from chenchiii/sleep-move-help-strings-to-md…
…-file sleep: move help strings to markdown file
- Loading branch information
Showing
2 changed files
with
21 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# sleep | ||
|
||
``` | ||
sleep NUMBER[SUFFIX]... | ||
sleep OPTION | ||
``` | ||
|
||
Pause for NUMBER seconds. | ||
|
||
## After Help | ||
|
||
Pause for NUMBER seconds. SUFFIX may be 's' for seconds (the default), | ||
'm' for minutes, 'h' for hours or 'd' for days. Unlike most implementations | ||
that require NUMBER be an integer, here NUMBER may be an arbitrary floating | ||
point number. Given two or more arguments, pause for the amount of time | ||
specified by the sum of their values. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters