diff options
| author | Randall Wood | 2017-08-13 10:58:58 -0400 |
|---|---|---|
| committer | GitHub | 2017-08-13 10:58:58 -0400 |
| commit | d7baf8137325b27f3ae45bca430d1db25af8bb62 (patch) | |
| tree | a22a681cace73ffd21d7ee2a855b9ade36879707 | |
| parent | 3396387b52ed835c8ee394e35c1a9c3bdb0e320d (diff) | |
| download | brew-d7baf8137325b27f3ae45bca430d1db25af8bb62.tar.bz2 | |
Make comment easier to read.
| -rw-r--r-- | completions/bash/brew | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/bash/brew b/completions/bash/brew index ac1fd3e4f..60c272f73 100644 --- a/completions/bash/brew +++ b/completions/bash/brew @@ -563,7 +563,7 @@ _brew() { if [[ "$i" -eq "$COMP_CWORD" ]] then - # Do not auto-complete "*instal" abbreviations for "*install" commands. + # Do not auto-complete "*instal" or "*uninstal" aliases for "*install" commands. # Prefix newline to prevent not checking the first command. local cmds=$'\n'"$(brew commands --quiet --include-aliases | grep -v instal$)" __brewcomp "${cmds}" |
