Bash completion blog post: fix the command name

--
PiperOrigin-RevId: 149281177
MOS_MIGRATED_REVID=149281177
diff --git a/site/blog/_posts/2015-04-10-bash-completion.md b/site/blog/_posts/2015-04-10-bash-completion.md
index 0a5d842..5cd6b1e 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 @@
 
 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: