diff options
| author | Adam Vandenberg | 2010-06-04 13:34:01 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-06-07 14:15:45 -0700 |
| commit | bb4ae4b0c3bbd84783dcf652d0b1a610e9b98015 (patch) | |
| tree | 5f410ff265d85a912f3c1c0d1ccd24dd50b2da62 | |
| parent | 70d984b0cce9f440fb1a9ddabbb1f30928b8fc68 (diff) | |
| download | homebrew-bb4ae4b0c3bbd84783dcf652d0b1a610e9b98015.tar.bz2 | |
Remove 'generate' from bash completion.
| -rw-r--r-- | Library/Contributions/brew_bash_completion.sh | 2 |
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. |
