Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
PR194981: Patch pkg-delete(8) to correct explanation of behaviour if it would leave other packages with unresolved dependencies
Ben Woods committed 11 years ago
commit 88fc797f3a4384c2c1479ccd7df7074b3a19fc06
parent b659590
1 file changed +3 -2
modified docs/pkg-delete.8
@@ -54,8 +54,9 @@ proceeds to remove the listed packages.
If the set of packages to be deleted would leave installed packages
with unfulfilled dependencies,
.Nm
-
will emit an error message and quit without deleting anything unless
-
forced to proceed by the
+
will add the packages with unfulfilled dependencies to the list of
+
packages to be deleted, unless force to proceed without deleting any
+
other packages by the
.Fl f
option.
.Sh OPTIONS