Remove trailing spaces from bash completion command description (#1520)

This commit is contained in:
meyermarcel 2021-12-08 00:01:22 +01:00 committed by GitHub
parent 25bab5a398
commit ee75a2b1ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,