docs: Correct a typo in the FAQs (#732)

Have fixed a minor typo in the FAQs to use the `--help` flag rather than
the `--version` flag.
This commit is contained in:
Thomas O'Donnell
2019-12-13 20:26:23 +00:00
committed by Matan Kushner
parent ba18e1a089
commit 780816926f
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ The [Bash implementation](https://github.com/starship/starship/blob/master/src/i
For a list of all flags accepted by `starship prompt`, use the following command:
```sh
starship prompt --version
starship prompt --help
```
The prompt will use as much context as is provided, but no flags are "required".