From 481a0976436f657ecabee8d04502423516db9864 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Tue, 25 Oct 2016 23:59:55 +0100 Subject: uninstall: document --ignore-dependencies --- Library/Homebrew/cmd/uninstall.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Homebrew/cmd/uninstall.rb b/Library/Homebrew/cmd/uninstall.rb index 504ee9983..d4a64c505 100644 --- a/Library/Homebrew/cmd/uninstall.rb +++ b/Library/Homebrew/cmd/uninstall.rb @@ -1,8 +1,11 @@ -#: * `uninstall`, `rm`, `remove` [`--force`] : +#: * `uninstall`, `rm`, `remove` [`--force`] [`--ignore-dependencies`] : #: Uninstall . #: #: If `--force` is passed, and there are multiple versions of #: installed, delete all installed versions. +#: +#: If `--ignore-dependencies` is passed, uninstalling won't fail, even if +#: formulae depending on would still be installed. require "keg" require "formula" -- cgit v1.2.3