mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-23 01:44:52 +01:00
notmuch main(): Remove stale comment.
The code this comment was referring to has since been deleted.
This commit is contained in:
parent
9d69e332fa
commit
fe6d3b79b0
1 changed files with 0 additions and 2 deletions
|
@ -400,8 +400,6 @@ main (int argc, char *argv[])
|
||||||
return (command->function) (local, argc - 2, &argv[2]);
|
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",
|
fprintf (stderr, "Error: Unknown command '%s' (see \"notmuch help\")\n",
|
||||||
argv[1]);
|
argv[1]);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue