From: Bjørn Erik Pedersen Date: Wed, 22 Jun 2016 11:59:53 +0000 (+0200) Subject: Fix example for autocomplete X-Git-Tag: v0.17~275 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1accd3ba;p=brevno-suite%2Fhugo Fix example for autocomplete See #2235 --- diff --git a/commands/genautocomplete.go b/commands/genautocomplete.go index c725f779..e4906446 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.