From 780816926f3fd2ddfe5961c5ca3463685552b0ae Mon Sep 17 00:00:00 2001 From: Thomas O'Donnell Date: Fri, 13 Dec 2019 20:26:23 +0000 Subject: [PATCH] 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. --- docs/de-DE/faq/README.md | 2 +- docs/faq/README.md | 2 +- docs/fr-FR/faq/README.md | 2 +- docs/ja-JP/faq/README.md | 2 +- docs/ru-RU/faq/README.md | 2 +- docs/zh-CN/faq/README.md | 2 +- docs/zh-TW/faq/README.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/de-DE/faq/README.md b/docs/de-DE/faq/README.md index 5e5a2f68..6d5674be 100644 --- a/docs/de-DE/faq/README.md +++ b/docs/de-DE/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". diff --git a/docs/faq/README.md b/docs/faq/README.md index 5e5a2f68..6d5674be 100644 --- a/docs/faq/README.md +++ b/docs/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". diff --git a/docs/fr-FR/faq/README.md b/docs/fr-FR/faq/README.md index 5e5a2f68..6d5674be 100644 --- a/docs/fr-FR/faq/README.md +++ b/docs/fr-FR/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". diff --git a/docs/ja-JP/faq/README.md b/docs/ja-JP/faq/README.md index 5e5a2f68..6d5674be 100644 --- a/docs/ja-JP/faq/README.md +++ b/docs/ja-JP/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". diff --git a/docs/ru-RU/faq/README.md b/docs/ru-RU/faq/README.md index 5e5a2f68..6d5674be 100644 --- a/docs/ru-RU/faq/README.md +++ b/docs/ru-RU/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". diff --git a/docs/zh-CN/faq/README.md b/docs/zh-CN/faq/README.md index 5e5a2f68..6d5674be 100644 --- a/docs/zh-CN/faq/README.md +++ b/docs/zh-CN/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". diff --git a/docs/zh-TW/faq/README.md b/docs/zh-TW/faq/README.md index 5e5a2f68..6d5674be 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".