diff --git a/plugins/brew/_brew b/plugins/brew/_brew index d11aa245d..057231c21 100644 --- a/plugins/brew/_brew +++ b/plugins/brew/_brew @@ -35,8 +35,9 @@ _1st_arguments=( 'info:information about a formula' 'install:install a formula' 'reinstall:install a formula anew; re-using its current options' + 'leaves:list all installed formulae (without dependencies)' 'link:link a formula' - 'list:list files in a formula or not-installed formulae' + 'list:list all installed formulae and dependencies / list files in a formula or not-installed formulae' 'log:git commit log for a formula' 'missing:check all installed formuale for missing dependencies.' 'outdated:list formulae for which a newer version is available'