From 1accd3ba887638ef09fbd4e766c60fe7a7c9e194 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Wed, 22 Jun 2016 13:59:53 +0200 Subject: [PATCH] Fix example for autocomplete See #2235 --- commands/genautocomplete.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.