We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description of problem: wipe -a /tmp/foo fails: wipe: invalid option -- 'a'
Version-Release number of selected component (if applicable): Seems to be still existing in git HEAD.
How reproducible: always
Steps to Reproduce:
Actual results: wipe fails: wipe: invalid option -- 'a'
Expected results: wipe should remove /tmp/foo and abort on error as documented by --help/manpage:
$ wipe -h 2>&1| grep -- -a -a Abort on error
This is a copy of the following Red Hat Bugzilla entry: https://bugzilla.redhat.com/show_bug.cgi?id=569821
The text was updated successfully, but these errors were encountered:
Would you apply a patch if I provide one or did you abandon wipe?
Sorry, something went wrong.
No branches or pull requests
Description of problem:
wipe -a /tmp/foo fails:
wipe: invalid option -- 'a'
Version-Release number of selected component (if applicable):
Seems to be still existing in git HEAD.
How reproducible:
always
Steps to Reproduce:
Actual results:
wipe fails:
wipe: invalid option -- 'a'
Expected results:
wipe should remove /tmp/foo and abort on error as documented by --help/manpage:
$ wipe -h 2>&1| grep -- -a
-a Abort on error
This is a copy of the following Red Hat Bugzilla entry:
https://bugzilla.redhat.com/show_bug.cgi?id=569821
The text was updated successfully, but these errors were encountered: