diff options
-rw-r--r-- | unprotbas.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |