diff --git a/bin/portzap b/bin/portzap index c609a3a..c0c51c2 100755 --- a/bin/portzap +++ b/bin/portzap @@ -57,9 +57,9 @@ case $1 in printf "Usage: portzap COMMAND [OPTIONS]\n" printf "\n" printf "Commands:\n" - printf " clone Clone the hardenedbsd ports tree.\n" - printf " pull Pull updates from the hardenedbsd ports tree.\n" - printf " rm Remove /usr/ports/ and /home/_portzap/ports/.\n" - printf " install Install the ports tree into /usr/ports/.\n" + printf " clone Clone the hardenedbsd ports tree\n" + printf " pull Pull updates from the hardenedbsd ports tree\n" + printf " rm Remove /usr/ports/ and /home/_portzap/ports/\n" + printf " install Install the ports tree into /usr/ports/\n" ;; esac