1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-14 14:48:49 +00:00

Update README.md

rename the --yeah argument to --yes
if you run fuck --help it doesn't output a --yeah flag, I believe it has been renamed to --yes
This commit is contained in:
Khaled Osman 2018-10-11 12:27:10 +02:00 committed by GitHub
parent 3e522ba787
commit 491b8da0e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -146,10 +146,10 @@ eval $(thefuck --alias FUCK)
Changes are only available in a new shell session. To make changes immediately
available, run `source ~/.bashrc` (or your shell config file like `.zshrc`).
To run fixed commands without confirmation, use the `--yeah` option (or just `-y` for short):
To run fixed commands without confirmation, use the `--yes` option (or just `-y` for short):
```bash
fuck --yeah
fuck --yes
```
To fix commands recursively until succeeding, use the `-r` option: