From fe6d3b79b0b676a8c7b48036bd953af695252ec8 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Wed, 18 Nov 2009 05:22:14 -0800 Subject: [PATCH] notmuch main(): Remove stale comment. The code this comment was referring to has since been deleted. --- notmuch.c | 2 -- 1 file changed, 2 deletions(-) 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]); -- 2.43.0