X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch.c;h=5cc8e4c9bf2b2e5810a676656515b1f174d7e406;hp=3ccf1bc25b988e0568ccb70c05aa7d69edea4e1b;hb=5d0a01dceb67e9bdcb95bcb2328baef5e7ea7d52;hpb=9d69e332fa54f88e86aa7d2ee1b1ed3dec9554a7 diff --git a/notmuch.c b/notmuch.c index 3ccf1bc2..5cc8e4c9 100644 --- a/notmuch.c +++ b/notmuch.c @@ -400,8 +400,6 @@ main (int argc, char *argv[]) return (command->function) (local, argc - 2, &argv[2]); } - /* Don't complain about "help" being an unknown command when we're - about to provide exactly what's wanted anyway. */ fprintf (stderr, "Error: Unknown command '%s' (see \"notmuch help\")\n", argv[1]);