aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-06-04 13:34:01 -0700
committerAdam Vandenberg2010-06-07 14:15:45 -0700
commitd9dd462309ea728259a9bf626d9810cac89ef931 (patch)
tree948ab0879ff3bff1574ed6162cbf57f76453f6f7 /Library
parent115940dbebe1add31013d9eee514709620e03e68 (diff)
downloadbrew-d9dd462309ea728259a9bf626d9810cac89ef931.tar.bz2
Remove 'generate' from bash completion.
Diffstat (limited to 'Library')
-rw-r--r--Library/Contributions/brew_bash_completion.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/brew_bash_completion.sh b/Library/Contributions/brew_bash_completion.sh
index c23c3e05d..fb300cba3 100644
--- a/Library/Contributions/brew_bash_completion.sh
+++ b/Library/Contributions/brew_bash_completion.sh
@@ -12,7 +12,7 @@ _brew_to_completion()
cur="${COMP_WORDS[COMP_CWORD]}"
# We usually only complete unabbreviated commands.
- actions="--config cat cleanup configure create deps doctor edit generate home info install link list log outdated prune remove search unlink update uses"
+ actions="--config cat cleanup configure create deps doctor edit home info install link list log outdated prune remove search unlink update uses"
if [[ ( ${COMP_CWORD} -eq 1 ) && ( ${COMP_WORDS[0]} == brew ) ]]; then
# Subcommand list.