From d7baf8137325b27f3ae45bca430d1db25af8bb62 Mon Sep 17 00:00:00 2001 From: Randall Wood Date: Sun, 13 Aug 2017 10:58:58 -0400 Subject: [PATCH] Make comment easier to read. --- completions/bash/brew | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completions/bash/brew b/completions/bash/brew index ac1fd3e4f1..60c272f739 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}"