X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-restore.c;h=7d8f44c4d7e856a43aab854a57f8c2d0ff623774;hp=09dd6918e8d45ab5ff1696d4f08c5975dbf4f74b;hb=5aba32208f5ffe6a90b8ff46e2d3ba66f08c888f;hpb=fe13a55421da077ceee3fb0def1db1154d152717 diff --git a/notmuch-restore.c b/notmuch-restore.c index 09dd6918..7d8f44c4 100644 --- a/notmuch-restore.c +++ b/notmuch-restore.c @@ -145,8 +145,8 @@ notmuch_restore_command (unused (void *ctx), int argc, char *argv[]) if (opt_index < argc) { fprintf (stderr, - "Cannot read dump from more than one file: %s\n", - argv[optind]); + "Unused positional parameter: %s\n", + argv[opt_index]); return 1; }