diff options
Diffstat (limited to 'Library/Homebrew/cmd/options.rb')
| -rw-r--r-- | Library/Homebrew/cmd/options.rb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/options.rb b/Library/Homebrew/cmd/options.rb index 641f9dce1..97f376e44 100644 --- a/Library/Homebrew/cmd/options.rb +++ b/Library/Homebrew/cmd/options.rb @@ -30,5 +30,13 @@ module Homebrew extend self puts opt.flag puts "\t"+opt.description end + if f.devel + puts '--devel' + puts "\tinstall development version #{f.devel.version}" + end + if f.head + puts '--HEAD' + puts "\tinstall HEAD version" + end end end |
