summaryrefslogtreecommitdiffstats
path: root/commands/genautocomplete.go
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2016-06-22 13:59:53 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2016-06-22 13:59:53 +0200
commit1accd3ba887638ef09fbd4e766c60fe7a7c9e194 (patch)
tree044b71c0d79f99fb46e429113c0a87cf1868f9ae /commands/genautocomplete.go
parenta4b8496210d920f026c1da0a6bdf14aecd47cf42 (diff)
Fix example for autocomplete
See #2235
Diffstat (limited to 'commands/genautocomplete.go')
-rw-r--r--commands/genautocomplete.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/genautocomplete.go b/commands/genautocomplete.go
index c725f7792..e49064467 100644
--- a/commands/genautocomplete.go
+++ b/commands/genautocomplete.go
@@ -34,7 +34,7 @@ NOTE: The current version supports Bash only.
By default, the file is written directly to /etc/bash_completion.d
for convenience, and the command may need superuser rights, e.g.:
- $ sudo hugo genautocomplete
+ $ sudo hugo gen autocomplete
Add ` + "`--completionfile=/path/to/file`" + ` flag to set alternative
file-path and name.