X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=contrib%2Fnotmuch-mutt%2Fnotmuch-mutt;h=fee165d6604f7162172908d7d7c6869df8ba21a3;hp=9176ed514a3855bef157b3476016d048b3661bbc;hb=5973881b771b4da489a365572152c44e21c329eb;hpb=d13810dc1e044446ad5eb85474c87e20924f9473 diff --git a/contrib/notmuch-mutt/notmuch-mutt b/contrib/notmuch-mutt/notmuch-mutt index 9176ed51..fee165d6 100755 --- a/contrib/notmuch-mutt/notmuch-mutt +++ b/contrib/notmuch-mutt/notmuch-mutt @@ -60,7 +60,7 @@ sub prompt($$) { while (1) { chomp($query = $term->readline($text, $default)); if ($query eq "?") { - system("man", "notmuch"); + system("man", "notmuch-search-terms"); } else { $term->WriteHistory($histfile); return $query; @@ -169,7 +169,7 @@ notmuch-mutt - notmuch (of a) helper for Mutt =head1 DESCRIPTION notmuch-mutt is a frontend to the notmuch mail indexer capable of populating -maildir with search results. +a maildir with search results. =head1 OPTIONS