Improve CLI usage banner

This commit is contained in:
0x1eef 2024-04-02 00:03:07 -03:00
parent a48ef35b04
commit 5e16695141

View file

@ -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