summaryrefslogtreecommitdiffstats
path: root/docs/content/en/commands/hugo_completion_powershell.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/commands/hugo_completion_powershell.md')
-rw-r--r--docs/content/en/commands/hugo_completion_powershell.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/content/en/commands/hugo_completion_powershell.md b/docs/content/en/commands/hugo_completion_powershell.md
index ab45bbcc7..990f522e6 100644
--- a/docs/content/en/commands/hugo_completion_powershell.md
+++ b/docs/content/en/commands/hugo_completion_powershell.md
@@ -5,15 +5,15 @@ url: /commands/hugo_completion_powershell/
---
## hugo completion powershell
-generate the autocompletion script for powershell
+Generate the autocompletion script for powershell
### Synopsis
-
Generate the autocompletion script for powershell.
To load completions in your current shell session:
-PS C:\> hugo completion powershell | Out-String | Invoke-Expression
+
+ hugo completion powershell | Out-String | Invoke-Expression
To load completions for every new session, add the output of the above command
to your powershell profile.
@@ -49,5 +49,5 @@ hugo completion powershell [flags]
### SEE ALSO
-* [hugo completion](/commands/hugo_completion/) - generate the autocompletion script for the specified shell
+* [hugo completion](/commands/hugo_completion/) - Generate the autocompletion script for the specified shell