Match version and help commands to actual in docs (#535)

The help and version commands use the "--" prefix. This updates the readme to reflect that.
pull/537/head
Will Stone 5 years ago committed by Jorge Bucaran
parent ae37295f81
commit 9bdd1d5e61

@ -145,16 +145,16 @@ fisher self-update
### Other commands
Use the `help` command to display usage help on the command line.
Use the `--help` command to display usage help on the command line.
```
fisher help
fisher --help
```
Last but not least, use the `version` command to display the current version of Fisher.
Last but not least, use the `--version` command to display the current version of Fisher.
```
fisher version
fisher --version
```
### Using the fishfile

Loading…
Cancel
Save