aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--listamsb.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/listamsb.c b/listamsb.c
index 4fd1903..397e1fd 100644
--- a/listamsb.c
+++ b/listamsb.c
@@ -896,7 +896,7 @@ void parse_args(int argc, char **argv) {
}
if((unlock_mode + crunch + decrunch) > 1) {
- os_err("only one of -C, -D, -U may be used");
+ os_err("only one of -C, -D, -L, -U may be used");
}
if(keep_rems && !decrunch) {
@@ -904,8 +904,8 @@ void parse_args(int argc, char **argv) {
}
if(unlock_mode || crunch || decrunch) {
- if(!initial_eol || check_only || raw_output || ropt) {
- warn("-a, -c, -n, -r options ignored with -U, -C, or -D");
+ if(!initial_eol || check_only || raw_output || ropt || a8catopt) {
+ warn("-[acimnrstu] options ignored with -U, -C, or -D");
}
}