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