From 2307b3ee2b65f083ab885fa9a1a9ddd6686c3eac Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sat, 14 Jan 2023 19:26:45 -0300 Subject: [PATCH] Update help function --- bin/portzap | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/portzap b/bin/portzap index 673323d..21edde7 100755 --- a/bin/portzap +++ b/bin/portzap @@ -7,7 +7,6 @@ source="https://git.hardenedbsd.org/hardenedbsd/ports.git" stage_dir="/tmp/ports/" - ## # Utils @@ -37,7 +36,7 @@ user_is_not_root() { # Commands help() { - echo portzap "[clone|pull|unpack]" + echo Usage: portzap "clone|pull|unpack" } clone() {