diff --git a/packaging/os/homebrew_cask.py b/packaging/os/homebrew_cask.py index d61719a5494..7ebe84300c0 100755 --- a/packaging/os/homebrew_cask.py +++ b/packaging/os/homebrew_cask.py @@ -50,8 +50,8 @@ EXAMPLES = ''' - homebrew_cask: name=alfred state=present - homebrew_cask: name=alfred state=absent - homebrew_cask: name=alfred state=present install_options="appdir=/Applications" -- homebrew_cask: name=alfred state=present install_options="--debug appdir=/Applications" -- homebrew_cask: name=alfred state=absent install_options="--force" +- homebrew_cask: name=alfred state=present install_options="debug,appdir=/Applications" +- homebrew_cask: name=alfred state=absent install_options="force" ''' import os.path