commit | 58964f18ecd864a22fce9da61d561aa06f10b382 | [log] [tgz] |
---|---|---|
author | Khai Do <zaro0508@gmail.com> | Fri Jun 24 10:08:57 2016 -0700 |
committer | Khai Do <zaro0508@gmail.com> | Fri Jun 24 10:08:57 2016 -0700 |
tree | acbfafa3b8e2d7057b5c76400bfa87f9401ecc82 | |
parent | e0e4b8268dbc2758f04ce036552fb3f97c8b054b [diff] |
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
diff --git a/Documentation/dev-buck.txt b/Documentation/dev-buck.txt index 821868d..53f5c32 100644 --- a/Documentation/dev-buck.txt +++ b/Documentation/dev-buck.txt
@@ -47,7 +47,7 @@ ---- 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