From 135c64e6437906761d1331a979d3a479e4b42797 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Wed, 17 Apr 2024 20:30:14 -0300 Subject: [PATCH] Update docs --- README.md | 4 ++++ man/man8/portzap.8 | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/README.md b/README.md index 827a7d8..d6d175f 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,10 @@ portzap is a utility that manages a local copy of the # This command is delegated to the '_portzap' user. $ portzap pull + # Start over: erase /usr/ports/ and /home/_portzap/ports/. + # This command is delegated to the '_portzap' user. + $ portzap erase + # Install /home/_portzap/ports/ into /usr/ports/. # This command requires root privileges. # portzap install diff --git a/man/man8/portzap.8 b/man/man8/portzap.8 index 289a528..20eb24f 100644 --- a/man/man8/portzap.8 +++ b/man/man8/portzap.8 @@ -31,6 +31,13 @@ Pull updates into /home/_portzap/ports/. .br This command is delegated to the '_portzap' user. .Pp +.Nm portzap erase +.br +Start over: erase /usr/ports/ and /home/_portzap/ports/. +.br +This command is delegated to the '_portzap' user. +.br +.Pp .Nm portzap install .br Install /home/_portzap/ports/ into /usr/ports/.