Improve CLI usage banner
This commit is contained in:
parent
9186bec940
commit
47d958b199
1 changed files with 7 additions and 1 deletions
|
@ -61,6 +61,12 @@ case $1 in
|
||||||
${libexec}/portzap-adduser
|
${libexec}/portzap-adduser
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Usage: portzap COMMAND [OPTIONS]"
|
echo Usage: portzap COMMAND [OPTIONS]
|
||||||
|
echo
|
||||||
|
echo Commands:
|
||||||
|
echo -e " clone Clone the hardenedbsd ports tree."
|
||||||
|
echo -e " pull Pull updates from the hardenedbsd ports tree."
|
||||||
|
echo -e " install Install the ports tree into /usr/ports."
|
||||||
|
echo -e " adduser Add the portzap user, group and home directory."
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue