Skip to content

Commit

Permalink
Remove trailing spaces from bash completion command description (#1520)
Browse files Browse the repository at this point in the history
  • Loading branch information
meyermarcel committed Dec 7, 2021
1 parent 25bab5a commit ee75a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions.go
Expand Up @@ -634,7 +634,7 @@ To load completions for every new session, execute once:
%[1]s completion bash > /usr/local/etc/bash_completion.d/%[1]s
You will need to start a new shell for this setup to take effect.
`, c.Root().Name()),
`, c.Root().Name()),
Args: NoArgs,
DisableFlagsInUseLine: true,
ValidArgsFunction: NoFileCompletions,
Expand Down

0 comments on commit ee75a2b

Please sign in to comment.