Updated usage()
This commit is contained in:
parent
3eeda7fc29
commit
459c883d40
15
bin/brew
15
bin/brew
@ -168,9 +168,18 @@ end
|
||||
def usage
|
||||
name=File.basename $0
|
||||
<<-EOS
|
||||
Usage: #{name} [abv] [prune] [--prefix] [--cache]
|
||||
Usage: #{name} [install] [ln] [rm] [info] [list] beverage
|
||||
EOS
|
||||
Usage: #{name} command [formula] ...
|
||||
Usage: #{name} [--prefix] [--cache] [--version]
|
||||
|
||||
Commands:
|
||||
install [formula] ...
|
||||
rm [formula] ...
|
||||
list [formula] ...
|
||||
ln [formula] ...
|
||||
info [formula]
|
||||
prune
|
||||
abv
|
||||
EOS
|
||||
end
|
||||
|
||||
######################################################################### impl
|
||||
|
Loading…
x
Reference in New Issue
Block a user