From 5eab79e70f6887869d3b38adcd74296218de9269 Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Sun, 6 Sep 2015 15:37:47 +0800 Subject: manpage: add unlink --dry-run --- Library/Homebrew/manpages/brew.1.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Homebrew/manpages/brew.1.md b/Library/Homebrew/manpages/brew.1.md index 71b5dc3df..5adcb2180 100644 --- a/Library/Homebrew/manpages/brew.1.md +++ b/Library/Homebrew/manpages/brew.1.md @@ -429,11 +429,14 @@ Note that these flags should only appear after a command. Example: `brew install jruby && brew test jruby` - * `unlink` : + * `unlink [--dry-run]` : Remove symlinks for from the Homebrew prefix. This can be useful for temporarily disabling a formula: `brew unlink foo && commands && brew link foo`. + If `--dry-run` or `-n` is passed, Homebrew will list all files which would + be unlinked, but will not actually unlink or delete any files. + * `unlinkapps [--local]` []: Removes links created by `brew linkapps`. -- cgit v1.2.3