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

df: Replace the error message by the one generated by clap #5452

Merged
merged 1 commit into from
Oct 25, 2023

Conversation

sylvestre
Copy link
Contributor

Failed with:

-df: options OPT and --output are mutually exclusive 
-Try 'df --help' for more information.
+error: the argument '--inodes' cannot be used with '--output[=<FIELD_LIST>...]' 
+
+Usage: df [OPTION]... [FILE]...

Failed with:
-df: options OPT and --output are mutually exclusive
-Try 'df --help' for more information.
+error: the argument '--inodes' cannot be used with '--output[=<FIELD_LIST>...]'
+
+Usage: df [OPTION]... [FILE]...
@github-actions
Copy link

GNU testsuite comparison:

Congrats! The gnu test tests/df/df-output is no longer failing!

@cakebaker cakebaker merged commit 9d752d5 into uutils:main Oct 25, 2023
45 of 47 checks passed
@sylvestre sylvestre deleted the df-output branch October 25, 2023 06:13
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