mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 04:55:10 +01:00
Tiny wording tweaks for #4281
This commit is contained in:
parent
5a96037853
commit
5f45e9e108
2 changed files with 6 additions and 4 deletions
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue