diff options
Diffstat (limited to 'docs/content/en/commands/hugo_completion.md')
-rw-r--r-- | docs/content/en/commands/hugo_completion.md | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/content/en/commands/hugo_completion.md b/docs/content/en/commands/hugo_completion.md index 944021d08..c5e70cdd7 100644 --- a/docs/content/en/commands/hugo_completion.md +++ b/docs/content/en/commands/hugo_completion.md @@ -5,11 +5,10 @@ url: /commands/hugo_completion/ --- ## hugo completion -generate the autocompletion script for the specified shell +Generate the autocompletion script for the specified shell ### Synopsis - Generate the autocompletion script for hugo for the specified shell. See each sub-command's help for details on how to use the generated script. @@ -40,8 +39,8 @@ See each sub-command's help for details on how to use the generated script. ### SEE ALSO * [hugo](/commands/hugo/) - hugo builds your site -* [hugo completion bash](/commands/hugo_completion_bash/) - generate the autocompletion script for bash -* [hugo completion fish](/commands/hugo_completion_fish/) - generate the autocompletion script for fish -* [hugo completion powershell](/commands/hugo_completion_powershell/) - generate the autocompletion script for powershell -* [hugo completion zsh](/commands/hugo_completion_zsh/) - generate the autocompletion script for zsh +* [hugo completion bash](/commands/hugo_completion_bash/) - Generate the autocompletion script for bash +* [hugo completion fish](/commands/hugo_completion_fish/) - Generate the autocompletion script for fish +* [hugo completion powershell](/commands/hugo_completion_powershell/) - Generate the autocompletion script for powershell +* [hugo completion zsh](/commands/hugo_completion_zsh/) - Generate the autocompletion script for zsh |