-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Align sleep with OpenBSD version, which shows usage string if extra arguments are given * Previously this version ignored extra arguments * Make pod text more useful * test1: "perl sleep" --> no argument * test2: "perl sleep -x" --> bad option * test3: "perl sleep -- 1" --> valid: supported by GNU and OpenBSD * test4: "perl sleep -- -1" --> bad interval * test5: "perl sleep -- 1 2" --> too many arguments
- Loading branch information
Showing
1 changed file
with
28 additions
and
34 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