Tiny wording tweaks for #4281

This commit is contained in:
Adrian Sampson 2022-02-16 16:34:38 -05:00
parent 5a96037853
commit 5f45e9e108
No known key found for this signature in database
GPG key ID: BDB93AB409CC8705
2 changed files with 6 additions and 4 deletions

View file

@ -85,8 +85,8 @@ class FishPlugin(BeetsPlugin):
'-o',
'--output',
default='~/.config/fish/completions/beet.fish',
help='save the script to a specific file, by default it will be'
'saved to ~/.config/fish/completions')
help='where to save the script. default: '
'~/.config/fish/completions')
return [cmd]
def run(self, lib, opts, args):

View file

@ -51,5 +51,7 @@ for example, very large numbers of genres/artists may result in higher memory
utilization, completion latency, et cetera. This option is not meant to replace
database queries altogether.
By default the completion file will be generated at ``~/.config/fish/completions/``.
If you want to save it somewhere else you can use the ``-o`` or ``--output``.
By default, the completion file will be generated at
``~/.config/fish/completions/``.
If you want to save it somewhere else, you can use the ``-o`` or ``--output``
option.