X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch.c;h=0eea5e11f20c49af89587aaddaa171fd6361c7c0;hp=dcfda32123fbb7c457d9b55cfc107eea4e838153;hb=3461aa8dc2139e734b65ec9a6e727178dfc8e799;hpb=d55d31d3428189aa6ab98ebc96a69064cb99eafd diff --git a/notmuch.c b/notmuch.c index dcfda321..0eea5e11 100644 --- a/notmuch.c +++ b/notmuch.c @@ -474,7 +474,7 @@ main (int argc, char *argv[]) return notmuch_help_command (NULL, 0, NULL); if (STRNCMP_LITERAL (argv[1], "--version") == 0) { - printf ("notmuch version " STRINGIFY(NOTMUCH_VERSION) "\n"); + printf ("notmuch " STRINGIFY(NOTMUCH_VERSION) "\n"); return 0; }