summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBen Mezger <me@benmezger.nl>2021-02-02 20:02:53 -0300
committerAnthony Fok <foka@debian.org>2021-02-04 15:32:51 -0700
commita7c515e1b56e8cab34ca2647b4116904df9c8250 (patch)
tree95b028c56fae7acdbd554ee4784f42aafc6ee472 /docs
parent216b00f358dbfa36b34ff515d7f4f88387156db8 (diff)
Refactor: Remove powershell support
Diffstat (limited to 'docs')
-rw-r--r--docs/content/en/commands/hugo_gen_autocomplete.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/en/commands/hugo_gen_autocomplete.md b/docs/content/en/commands/hugo_gen_autocomplete.md
index fe3916309..033e4fa82 100644
--- a/docs/content/en/commands/hugo_gen_autocomplete.md
+++ b/docs/content/en/commands/hugo_gen_autocomplete.md
@@ -20,7 +20,7 @@ for convenience, and the command may need superuser rights, e.g.:
Add `--completionfile=/path/to/file` flag to set alternative
file-path and name.
-Add `--type={bash, zsh, fish or powershell}` flag to set alternative
+Add `--type={bash, zsh or fish}` flag to set alternative
shell type.
Logout and in again to reload the completion scripts,
@@ -37,7 +37,7 @@ hugo gen autocomplete [flags]
```
--completionfile string autocompletion file (default "/etc/bash_completion.d/hugo.sh")
-h, --help help for autocomplete
- --type string autocompletion type (zsh, bash, fish or powershell) (default "bash")
+ --type string autocompletion type (zsh, bash or fish) (default "bash")
```
### Options inherited from parent commands