aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/unlinkapps.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/cmd/unlinkapps.rb')
-rw-r--r--Library/Homebrew/cmd/unlinkapps.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/unlinkapps.rb b/Library/Homebrew/cmd/unlinkapps.rb
index e6e321085..ba21eed62 100644
--- a/Library/Homebrew/cmd/unlinkapps.rb
+++ b/Library/Homebrew/cmd/unlinkapps.rb
@@ -1,3 +1,14 @@
+#: * `unlinkapps` [`--local`] [`--dry-run`] [<formulae>]:
+#: Remove symlinks created by `brew linkapps` from `/Applications`.
+#:
+#: If no <formulae> are provided, all linked apps will be removed.
+#:
+#: If provided, `--local` will remove symlinks from the user's `~/Applications`
+#: directory instead of the system directory.
+#:
+#: If `--dry-run` or `-n` is passed, Homebrew will list all symlinks which
+#: would be removed, but will not actually delete any files.
+
require "cmd/linkapps"
module Homebrew