doc: fix reference to buck autocomplete bash script

buck autocompletion filename[1] contains '-' instead of '_'

[1] https://github.com/facebook/buck/blob/master/scripts/buck-completion.bash

Change-Id: Ib0b7dc1359c8ab4f9a36f2f4a0ded475fc7f449d
This commit is contained in:
Khai Do
2016-06-24 10:08:57 -07:00
parent e0e4b8268d
commit 58964f18ec

View File

@@ -47,7 +47,7 @@ Verify that `buck` is accessible:
----
To enable autocompletion of buck commands, install the autocompletion
script from `./scripts/buck_completion.bash` in the buck project. Refer
script from `./scripts/buck-completion.bash` in the buck project. Refer
to the script's header comments for installation instructions.
== Prerequisites