aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch.c
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2009-11-18 05:22:14 -0800
committerGravatar Carl Worth <cworth@cworth.org>2009-11-18 05:22:14 -0800
commitfe6d3b79b0b676a8c7b48036bd953af695252ec8 (patch)
tree4b69fa05c1ae046fd3237f075d8c6e28b8d08df7 /notmuch.c
parent9d69e332fa54f88e86aa7d2ee1b1ed3dec9554a7 (diff)
notmuch main(): Remove stale comment.
The code this comment was referring to has since been deleted.
Diffstat (limited to 'notmuch.c')
-rw-r--r--notmuch.c2
1 files changed, 0 insertions, 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]);