Remove indentation causing RST errors

This commit is contained in:
Melissa Mahoney 2021-09-23 07:52:39 -07:00
parent 4fd30b69ee
commit cb666582e9
No known key found for this signature in database
GPG key ID: 3317F2CC2E3C029E

View file

@ -616,9 +616,9 @@ $ source <(%[1]s completion bash)
To load completions for every new session, execute once:
Linux:
$ %[1]s completion bash > /etc/bash_completion.d/%[1]s
$ %[1]s completion bash > /etc/bash_completion.d/%[1]s
MacOS:
$ %[1]s completion bash > /usr/local/etc/bash_completion.d/%[1]s
$ %[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()),