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