From 9bdd1d5e61ba73e716e1c3e42b72b725ae2000b1 Mon Sep 17 00:00:00 2001 From: Will Stone <654103+will-stone@users.noreply.github.com> Date: Wed, 17 Apr 2019 12:49:30 +0100 Subject: [PATCH] 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. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 263cfd3..cc28b21 100644 --- a/README.md +++ b/README.md @@ -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