Update help function
This commit is contained in:
parent
412c27542e
commit
2307b3ee2b
1 changed files with 1 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue