From 8f867952d9079c6be9f4af4d349a8846a81237ff Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Wed, 17 Apr 2024 20:38:34 -0300 Subject: [PATCH] Reorder erase above install --- bin/portzap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/portzap b/bin/portzap index f69b78c..4d2fe53 100755 --- a/bin/portzap +++ b/bin/portzap @@ -70,8 +70,8 @@ case $1 in printf "Commands:\n" printf " clone Clone the hardenedbsd ports tree.\n" printf " pull Pull updates from the hardenedbsd ports tree.\n" - printf " install Install the ports tree into /usr/ports.\n" printf " erase Erase /usr/ports/ and /home/_portzap/ports/.\n" + printf " install Install the ports tree into /usr/ports/.\n" printf " setup Add the _portzap user, group and home directory.\n" ;; esac