Merge pull request #651 from sahandKashani/patch-1

bash completion documentation fix for GNU Bash-4.2
This commit is contained in:
geigerzaehler 2014-04-04 11:45:51 +02:00
commit 1d815b3734

View file

@ -361,7 +361,7 @@ Beets includes support for shell command completion. The command ``beet
completion`` prints out a `bash`_ 3.2 script; to enable completion put a line
like this into your ``.bashrc`` or similar file::
eval $(beet completion)
eval "$(beet completion)"
Or, to avoid slowing down your shell startup time, you can pipe the ``beet
completion`` output to a file and source that instead.