From 47d958b1990dfe0234e3e4a28d30542d5e315005 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Tue, 2 Apr 2024 00:03:07 -0300 Subject: [PATCH] Improve CLI usage banner --- bin/portzap | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/bin/portzap b/bin/portzap index ce281ef..4abbaa0 100755 --- a/bin/portzap +++ b/bin/portzap @@ -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