Merge pull request #842 from penman/docs_plist_options

docs: fix a typo in plist_options?
This commit is contained in:
Mike McQuaid 2016-08-31 21:41:04 +01:00 committed by GitHub
commit 5d5b9a7853

View File

@ -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]