From 86490498d710361f6fc8245bf7eb42dec02fae0b Mon Sep 17 00:00:00 2001 From: Damien Martin-Guillerez Date: Mon, 6 Mar 2017 10:58:12 +0000 Subject: Bash completion blog post: fix the command name -- PiperOrigin-RevId: 149281177 MOS_MIGRATED_REVID=149281177 --- site/blog/_posts/2015-04-10-bash-completion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site/blog') diff --git a/site/blog/_posts/2015-04-10-bash-completion.md b/site/blog/_posts/2015-04-10-bash-completion.md index 0a5d842fd7..5cd6b1e08e 100644 --- a/site/blog/_posts/2015-04-10-bash-completion.md +++ b/site/blog/_posts/2015-04-10-bash-completion.md @@ -30,7 +30,7 @@ of two parts: 1. [`scripts/bazel-complete-header.bash`](https://github.com/bazelbuild/bazel/blob/master/scripts/bazel-complete-template.bash) is the completion logic. -2. `bazel info completion` dumps the list of commands of Bazel, their options +2. `bazel help completion` dumps the list of commands of Bazel, their options and for commands and options that expect a value, a description of what is expected. This description is either: -- cgit v1.2.3