Skip to content

Commit ee75a2b

Browse files
author
meyermarcel
authored
Remove trailing spaces from bash completion command description (#1520)
1 parent 25bab5a commit ee75a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ To load completions for every new session, execute once:
634634
%[1]s completion bash > /usr/local/etc/bash_completion.d/%[1]s
635635
636636
You will need to start a new shell for this setup to take effect.
637-
`, c.Root().Name()),
637+
`, c.Root().Name()),
638638
Args: NoArgs,
639639
DisableFlagsInUseLine: true,
640640
ValidArgsFunction: NoFileCompletions,

0 commit comments

Comments
 (0)