From 77f0b3887649a179f75e333c58cc802dd2b6bfc8 Mon Sep 17 00:00:00 2001 From: Charlie Sharpsteen Date: Wed, 30 Jan 2013 09:30:01 -0800 Subject: brew-help: Add options to example usage Also, move the line containing `info`, `home` and `options` to the top of the list as users should be running these before installation. Ref. #13224. --- Library/Homebrew/cmd/help.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/cmd/help.rb') diff --git a/Library/Homebrew/cmd/help.rb b/Library/Homebrew/cmd/help.rb index 2d55d0427..a5ad86a32 100644 --- a/Library/Homebrew/cmd/help.rb +++ b/Library/Homebrew/cmd/help.rb @@ -1,12 +1,12 @@ HOMEBREW_HELP = <<-EOS Example usage: + brew [info | home | options ] [FORMULA...] brew install FORMULA... brew uninstall FORMULA... brew search [foo] brew list [FORMULA...] brew update brew upgrade [FORMULA...] - brew [info | home] [FORMULA...] Troubleshooting: brew doctor -- cgit v1.2.3