diff options
| -rwxr-xr-x | Library/brew.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/brew.rb b/Library/brew.rb index 843853335..423580756 100755 --- a/Library/brew.rb +++ b/Library/brew.rb @@ -82,7 +82,7 @@ begin               }    empty_argv = ARGV.empty? -  help_regex = /(-h$|--help$|--usage$|-\?$|help$)/ +  help_regex = /(-h$|--help$|--usage$|-\?$|^help$)/    help_flag = false    cmd = nil | 
