From a4a625306255acb2930749a3b1e3bddb00f9d2f0 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Fri, 19 Apr 2024 06:30:06 -0300 Subject: [PATCH] Rephrase error message --- libexec/portzap/portzap-clone | 2 +- libexec/portzap/portzap-erase | 2 +- libexec/portzap/portzap-pull | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libexec/portzap/portzap-clone b/libexec/portzap/portzap-clone index d34dd35..99a1d37 100755 --- a/libexec/portzap/portzap-clone +++ b/libexec/portzap/portzap-clone @@ -12,7 +12,7 @@ branch=$3 ## # main if ! "${libexec}"/isportzap-member; then - echo "[-] This command requires a member of the _portzap group" + echo "[-] This command must be run by a member of the _portzap group" exit 1 fi diff --git a/libexec/portzap/portzap-erase b/libexec/portzap/portzap-erase index 6fb9ce0..19a18be 100644 --- a/libexec/portzap/portzap-erase +++ b/libexec/portzap/portzap-erase @@ -9,7 +9,7 @@ installdir=$2 ## # main if ! "${libexec}"/isportzap-member; then - echo "[-] This command requires a member of the _portzap group" + echo "[-] This command must be run by a member of the _portzap group" exit 1 fi diff --git a/libexec/portzap/portzap-pull b/libexec/portzap/portzap-pull index 8502726..3893011 100755 --- a/libexec/portzap/portzap-pull +++ b/libexec/portzap/portzap-pull @@ -34,7 +34,7 @@ change_branch() ## # main if ! "${libexec}"/isportzap-member; then - echo "[-] This command requires a member of the _portzap group" + echo "[-] This command must be run by a member of the _portzap group" exit 1 fi