notmuch main(): Remove stale comment.

The code this comment was referring to has since been deleted.
This commit is contained in:
Carl Worth 2009-11-18 05:22:14 -08:00
parent 9d69e332fa
commit fe6d3b79b0

View file

@ -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]);