Improve CLI usage banner

This commit is contained in:
0x1eef 2024-04-02 00:03:07 -03:00
parent 9186bec940
commit 47d958b199

View file

@ -61,6 +61,12 @@ case $1 in
${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