From 9b92081d59c381b4ea728aebac21180346d875ee Mon Sep 17 00:00:00 2001 From: Roland Walker Date: Mon, 15 Sep 2014 09:48:28 -0400 Subject: [PATCH] doc don't `zap` user-created content per discussion in https://github.com/caskroom/homebrew-cask/pull/6174#discussion-diff-17516171 refs: #6174 --- doc/CASK_LANGUAGE_REFERENCE.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/CASK_LANGUAGE_REFERENCE.md b/doc/CASK_LANGUAGE_REFERENCE.md index d4d2d5e2de7..905815c8020 100644 --- a/doc/CASK_LANGUAGE_REFERENCE.md +++ b/doc/CASK_LANGUAGE_REFERENCE.md @@ -626,6 +626,11 @@ $ brew cask zap td-toolbelt # also removes org.ruby-lang.installer may be removed, other applications may be affected by `brew cask zap`. Understanding that is the responsibility of the end user. +`zap` stanzas should not remove: + + * Files created by the user directly. + + ### Zap Stanza Syntax The form of `zap` stanza follows the [`uninstall` stanza](#uninstall-stanza-details).