aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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]);