From 7622c6988151c1f4f19ec7f247af38b5b113672d Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Tue, 21 May 2024 21:23:29 -0300 Subject: [PATCH] Drop punctuation from 'usage' (copy sourcezap) --- bin/portzap | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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