summaryrefslogtreecommitdiffstats
path: root/docs/zh-TW
diff options
context:
space:
mode:
authorThomas O'Donnell <andytom@users.noreply.github.com>2019-12-13 20:26:23 +0000
committerMatan Kushner <hello@matchai.me>2019-12-13 15:26:23 -0500
commit780816926f3fd2ddfe5961c5ca3463685552b0ae (patch)
treef3f01a9069b18c43f9911d16ca50e35ecc3d41d9 /docs/zh-TW
parentba18e1a0896cdc8e5d9dab297edd3511e0b7913c (diff)
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.
Diffstat (limited to 'docs/zh-TW')
-rw-r--r--docs/zh-TW/faq/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/zh-TW/faq/README.md b/docs/zh-TW/faq/README.md
index 5e5a2f683..6d5674bec 100644
--- a/docs/zh-TW/faq/README.md
+++ b/docs/zh-TW/faq/README.md
@@ -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".