From b8073727176ffdb2430113fdb7957b6d0ac2bd68 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sat, 11 May 2024 19:51:33 -0300 Subject: [PATCH] Update usage --- bin/srczap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/srczap b/bin/srczap index 3ee1318..1d60ba5 100755 --- a/bin/srczap +++ b/bin/srczap @@ -57,8 +57,8 @@ case $1 in printf "Usage: srczap COMMAND [OPTIONS]\n" printf "\n" printf "Commands:\n" - printf " clone Clone the HardenedBSD source code\n" - printf " pull Pull source code updates\n" + printf " clone Clone the HardenedBSD source tree\n" + printf " pull Pull source tree updates\n" printf " erase Erase /usr/src/ and /home/_srczap/src/\n" printf " install Install the source tree into /usr/src/\n" ;;