projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d69e33
)
notmuch main(): Remove stale comment.
author
Carl Worth
<cworth@cworth.org>
Wed, 18 Nov 2009 13:22:14 +0000
(
05:22
-0800)
committer
Carl Worth
<cworth@cworth.org>
Wed, 18 Nov 2009 13:22:14 +0000
(
05:22
-0800)
The code this comment was referring to has since been deleted.
notmuch.c
patch
|
blob
|
history
diff --git
a/notmuch.c
b/notmuch.c
index 3ccf1bc25b988e0568ccb70c05aa7d69edea4e1b..5cc8e4c9bf2b2e5810a676656515b1f174d7e406 100644
(file)
--- 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]);