-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xargs: print help/version without error prefix
xargs, when executed with -h/--help or -V/--version, is printing an "Error: " prefix before the help and version text. The exit code is also incorrect (1, instead of 0). Display the help/version text without the erroneous prefix, and exit with the correct exit code (success, 0). Add tests for this bug to prevent regressions.
- Loading branch information
1 parent
eefc580
commit fecba23
Showing
2 changed files
with
44 additions
and
2 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
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