Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mktemp: match GNU error message on too many args #3951

Merged
merged 1 commit into from
Sep 21, 2022

Conversation

jfinkels
Copy link
Collaborator

Update the usage message when too many template arguments are given on the command line to match that of GNU mktemp:

mktemp: too many templates
Try 'mktemp --help' for more information.

This fixes the test case too-many in the GNU test suite file tests/misc/mktemp.pl.

(With this change and #3940, the GNU test file tests/misc/mktemp.pl should now be passing.)

Update the usage message when too many template arguments are given on
the command line to match that of GNU mktemp:

    mktemp: too many templates
    Try 'mktemp --help' for more information.

This fixes the test case `too-many` in the GNU test suite file
`tests/misc/mktemp.pl`.
@sylvestre sylvestre force-pushed the mktemp-too-many-templates branch from 89d67d9 to 7b35749 Compare September 21, 2022 08:02
@sylvestre sylvestre merged commit 68ad9e4 into uutils:main Sep 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants