Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
The -A option of pkg add/install makes packages automatic not orphan.
KAMADA Ken'ichi committed 11 years ago
commit 868dcaeee2696d42f50d408972bc8be0b1e8410f
parent e897c86
2 files changed +2 -2
modified docs/pkg-add.8
@@ -78,7 +78,7 @@ The following options are supported by
.Nm :
.Bl -tag -width automatic
.It Fl A , Cm --automatic
-
Mark the installed packages as orphan.
+
Mark the installed packages as automatic.
Will be automatically removed if no other packages depend on them.
For more information please refer to
.Xr pkg-autoremove 8 .
modified docs/pkg-install.8
@@ -115,7 +115,7 @@ The following options are supported by
.Nm :
.Bl -tag -width automatic
.It Fl A , Cm --automatic
-
Mark the installed packages as orphan.
+
Mark the installed packages as automatic.
Will be automatically removed if no other packages depend on them.
For more information please refer to
.Xr pkg-autoremove 8 .