Merge pull request #842 from penman/docs_plist_options
docs: fix a typo in plist_options?
This commit is contained in:
commit
5d5b9a7853
@ -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]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user