From: Carl Worth Date: Wed, 18 Nov 2009 13:22:14 +0000 (-0800) Subject: notmuch main(): Remove stale comment. X-Git-Tag: 0.1~446 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=fe6d3b79b0b676a8c7b48036bd953af695252ec8;hp=9d69e332fa54f88e86aa7d2ee1b1ed3dec9554a7 notmuch main(): Remove stale comment. The code this comment was referring to has since been deleted. --- 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]);