Update help function

This commit is contained in:
0x1eef 2023-01-14 19:26:45 -03:00
parent 412c27542e
commit 2307b3ee2b

View file

@ -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() {