]> git.notmuchmail.org Git - notmuch/commit
CLI: update call to notmuch_help_command for new calling conventions.
authorDavid Bremner <bremner@debian.org>
Thu, 24 Nov 2011 20:02:41 +0000 (16:02 -0400)
committerDavid Bremner <bremner@debian.org>
Fri, 25 Nov 2011 17:07:10 +0000 (12:07 -0500)
commit879c2a57a07edd7a10bf1ef277aeb6a57fc9e300
tree3c668e16735090ce7c78b1bc8ba347536ebb94d6
parent9fbc912cc98cfd3977a5ce419ae88948abf8158f
CLI: update call to notmuch_help_command for new calling conventions.

When I changed the calling convention to pass in all but the zero-th
argument to subcommands, I missed this one call, resulting in a
segmentation fault.

As a bonus, the syntax "notmuch --help foo" is now equivalent to
"notmuch help foo".
notmuch.c