8000 df: --output w/o "=" doesn't expect further args by cakebaker · Pull Request #3327 · uutils/coreutils · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

df: --output w/o "=" doesn't expect further args #3327

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

Merged
merged 1 commit into from
Mar 28, 2022

Conversation

cakebaker
Copy link
Contributor

Previously, df --output . was treated as df --output=. and hence . was interpreted as a column name (and caused an error). With this commit, . is treated as an argument on its own.

Fixes #3324

8000
"df --output ." was treated as "df --output=." and hence "." was
interpreted as a column name. With this commit, "." is treated as
an argument on its own.

Fixes uutils#3324
@sylvestre sylvestre merged commit d6fd701 into uutils:main Mar 28, 2022
@cakebaker cakebaker deleted the ticket_3324 branch March 29, 2022 05:32
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.

df: --output without equals sign should not expect further arguments
2 participants
0