X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch.c;h=394371d943505ec06db9946861bd4f09dedc9b74;hp=e004c6c5616f24bd45f677519d7148fa5f17995c;hb=796b629c3b821986c1f8d9a9e6f952a1df1034f0;hpb=3ae8ac6ace7c05ba066aba54a92054eb4232a99d diff --git a/notmuch.c b/notmuch.c index e004c6c5..394371d9 100644 --- a/notmuch.c +++ b/notmuch.c @@ -222,6 +222,15 @@ static command_t commands[] = { "\t\t(oldest-first) or reverse chronological order\n" "\t\t(newest-first), which is the default.\n" "\n" + "\t--offset=[-]N\n" + "\n" + "\t\tSkip displaying the first N results. With the leading '-',\n" + "\t\tstart at the Nth result from the end.\n" + "\n" + "\t--limit=N\n" + "\n" + "\t\tLimit the number of displayed results to N.\n" + "\n" "\tSee \"notmuch help search-terms\" for details of the search\n" "\tterms syntax." }, { "show", notmuch_show_command,