diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/formula.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index a57d51a01..3565b8163 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -2062,7 +2062,7 @@ class Formula # <pre>plist_options :manual => "foo"</pre> # # Or perhaps you'd like to give the user a choice? Ooh fancy. - # <pre>plist_options :startup => "true", :manual => "foo start"</pre> + # <pre>plist_options :startup => true, :manual => "foo start"</pre> def plist_options(options) @plist_startup = options[:startup] @plist_manual = options[:manual] |
