commands: Fix autocomplete docs - hugo - [fork] hugo port for 9front
 (HTM) git clone git@git.drkhsh.at/hugo.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit c8f45d1d861f596821afc068bd12eb1213aba5ce
 (DIR) parent b3504a0ee812fe59be5fcfd961e2b67007241aff
 (HTM) Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
       Date:   Sat, 20 Feb 2021 14:08:51 +0100
       
       commands: Fix autocomplete docs
       
       Diffstat:
         M commands/genautocomplete.go         |       8 ++------
       
       1 file changed, 2 insertions(+), 6 deletions(-)
       ---
 (DIR) diff --git a/commands/genautocomplete.go b/commands/genautocomplete.go
       @@ -40,13 +40,9 @@ func newGenautocompleteCmd() *genautocompleteCmd {
                        Short: "Generate shell autocompletion script for Hugo",
                        Long: `Generates a shell autocompletion script for Hugo.
        
       -By default, the file is written directly to /etc/bash_completion.d
       -for convenience, and the command may need superuser rights, e.g.:
       +The script is written to the console (stdout).
        
       -        $ sudo hugo gen autocomplete
       -
       -Add ` + "`--completionfile=/path/to/file`" + ` flag to set alternative
       -file-path and name.
       +To write to file, add the ` + "`--completionfile=/path/to/file`" + ` flag.
        
        Add ` + "`--type={bash, zsh, fish or powershell}`" + ` flag to set alternative
        shell type.