]> git.notmuchmail.org Git - notmuch/commitdiff
NEWS: don't start headlines with --
authorDavid Bremner <david@tethera.net>
Sat, 6 Jan 2018 13:30:28 +0000 (09:30 -0400)
committerDavid Bremner <david@tethera.net>
Sat, 6 Jan 2018 13:30:28 +0000 (09:30 -0400)
This confuses our simple tooling, and it's questionable style anyway.

NEWS

diff --git a/NEWS b/NEWS
index 75903c2d4b6aae1e896928050d6038df64598de3..ed9e553b130027e3787970aabe225415a0ccc3aa 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -41,13 +41,13 @@ New option --output=address for notmuch address
 
 Make `notmuch show` more robust against deleting duplicate files
 
---decrypt now takes an explicit argument
+The option --decrypt now takes an explicit argument
 
   The --decrypt option to `notmuch show` and `notmuch reply` now takes
   an explicit argument.  If you were used to invoking `notmuch show
   --decrypt`, you should switch to `notmuch show --decrypt=true`.
 
---no-<arg> may be used to negate boolean and keyword arguments
+Boolean and keyword arguments now take a `--no-` prefix
 
 Encrypted Mail
 --------------