From 58964f18ecd864a22fce9da61d561aa06f10b382 Mon Sep 17 00:00:00 2001 From: Khai Do Date: Fri, 24 Jun 2016 10:08:57 -0700 Subject: [PATCH] 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 --- Documentation/dev-buck.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/dev-buck.txt b/Documentation/dev-buck.txt index 821868dda6..53f5c3294d 100644 --- a/Documentation/dev-buck.txt +++ b/Documentation/dev-buck.txt @@ -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