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.
This commit is contained in:
Will Stone 2019-04-17 12:49:30 +01:00 committed by Jorge Bucaran
parent ae37295f81
commit 9bdd1d5e61

View file

@ -145,16 +145,16 @@ fisher self-update
### Other commands ### 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 ### Using the fishfile