shithub: hugo

Download patch

ref: 1accd3ba887638ef09fbd4e766c60fe7a7c9e194
parent: a4b8496210d920f026c1da0a6bdf14aecd47cf42
author: Bjørn Erik Pedersen <[email protected]>
date: Wed Jun 22 09:59:53 EDT 2016

Fix example for autocomplete

See #2235

--- a/commands/genautocomplete.go
+++ b/commands/genautocomplete.go
@@ -34,7 +34,7 @@
 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.