diff --git a/docs/reference/cli.rst b/docs/reference/cli.rst index d479dcbae..4ee434237 100644 --- a/docs/reference/cli.rst +++ b/docs/reference/cli.rst @@ -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.