aboutsummaryrefslogtreecommitdiffstats
path: root/odmr.c
diff options
context:
space:
mode:
Diffstat (limited to 'odmr.c')
-rw-r--r--odmr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/odmr.c b/odmr.c
index 427d0796..7d4d4dca 100644
--- a/odmr.c
+++ b/odmr.c
@@ -245,7 +245,7 @@ int doODMR (struct query *ctl)
return(PS_SYNTAX);
}
if (ctl->mailboxes->id) {
- fprintf(stderr, GT_("Option --remote is not supported with ODMR\n"));
+ fprintf(stderr, GT_("Option --folder is not supported with ODMR\n"));
return(PS_SYNTAX);
}
if (check_only) {