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"
|
source="https://git.hardenedbsd.org/hardenedbsd/ports.git"
|
||||||
stage_dir="/tmp/ports/"
|
stage_dir="/tmp/ports/"
|
||||||
|
|
||||||
|
|
||||||
##
|
##
|
||||||
# Utils
|
# Utils
|
||||||
|
|
||||||
|
@ -37,7 +36,7 @@ user_is_not_root() {
|
||||||
# Commands
|
# Commands
|
||||||
|
|
||||||
help() {
|
help() {
|
||||||
echo portzap "[clone|pull|unpack]"
|
echo Usage: portzap "clone|pull|unpack"
|
||||||
}
|
}
|
||||||
|
|
||||||
clone() {
|
clone() {
|
||||||
|
|
Loading…
Reference in a new issue