aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorW. Trevor King <wking@tremily.us>2015-03-28 08:46:40 -0700
committerDavid Bremner <david@tethera.net>2015-04-01 06:15:30 +0200
commita351df1a06923b8e826029ec06c7d25aa28f8cf3 (patch)
tree4403b36874208fdf39bb194920fed2fac20d1a97
parent703c8f9511c6f96023fb180b0e9d831e762befc9 (diff)
NEWS: fix 'not' -> 'now' typo in 0.19 nmbug section
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 70ad3f3a..8a1b3100 100644
--- a/NEWS
+++ b/NEWS
@@ -167,7 +167,7 @@ nmbug
The Perl script has been translated to Python; you'll need Python 2.7
or anything from the 3.x line. Most of the user-facing interface is
-the same, but `nmbug help` is not `nmbug --help`, and the following nmbug
+the same, but `nmbug help` is now `nmbug --help`, and the following nmbug
commands have slightly different interfaces: `archive`, `commit`,
`fetch`, `log`, `pull`, `push`, and `status`. For details on the
new interface for a given command, run `nmbug COMMAND --help`.