From 4fed70d72e1c085057fb2c9f92acc806306ca560 Mon Sep 17 00:00:00 2001
From: "B. Watson" <urchlay@slackware.uk>
Date: Fri, 31 May 2024 01:51:31 -0400
Subject: unprotbas: tweak error msg.

---
 unprotbas.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/unprotbas.c b/unprotbas.c
index 7dc183a..05a5f6e 100644
--- a/unprotbas.c
+++ b/unprotbas.c
@@ -827,7 +827,7 @@ void parse_args(int argc, char **argv) {
 	if(readmap && keepvars) die("-r and -n are mutually exclusive (maybe you want -w?)");
 	if(protect_code || protect_vars) {
 		if(checkonly || keepvars || forcevars || readmap || writemap || !keepgarbage)
-			die("-p, -pc, -pv options can't be combined with other options except -x, -v");
+			die("-p, -pc, -pv options can only be combined with -v, -x, -s");
 	}
 	if(xopt_used && !protect_vars)
 		die("-x option requires -p or -pv");
-- 
cgit v1.2.3