From 1387bded24c8475ea2f2ef35bc405d9b59dcf779 Mon Sep 17 00:00:00 2001 From: Matti Schneider Date: Mon, 21 Apr 2014 12:34:53 +0200 Subject: [PATCH] Correct `uninstall` stanza documentation The `pkgutil` option can take strings as parameters --- doc/CASK_LANGUAGE_REFERENCE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/CASK_LANGUAGE_REFERENCE.md b/doc/CASK_LANGUAGE_REFERENCE.md index d226fe628..52c1f893b 100644 --- a/doc/CASK_LANGUAGE_REFERENCE.md +++ b/doc/CASK_LANGUAGE_REFERENCE.md @@ -300,7 +300,7 @@ is the most useful. * `:launchctl` (string or array) - ids of `launchctl` jobs to remove * `:quit` (string or array) - bundle ids of running applications to quit * `:kext` (string or array) - bundle ids of kexts to unload from the system -* `:pkgutil` (regexp or array) - regexps matching bundle ids of packages to uninstall using `pkgutil` +* `:pkgutil` (string, regexp or array of strings and regexps) - strings or regexps matching bundle ids of packages to uninstall using `pkgutil` * `:script` (string or hash) - relative path to an uninstall script to be run via sudo; use hash if args are needed - `:executable` - relative path to an uninstall script to be run via sudo (required for hash form) - `:args` - array of arguments to the uninstall script