aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-06-11 15:12:39 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-06-11 15:12:39 +0200
commit48bf2efd37f3a6cfcd464be8fc394d69d7bd17ac (patch)
tree6aab7f1cb19b2c89be494aff6aa5a4036d335206 /NEWS
parent13663504b2eccbe207952076f6a78c5f4e22cca8 (diff)
Minor NEWS file fix
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 4f94ba9..0b9b4b6 100644
--- a/NEWS
+++ b/NEWS
@@ -16,8 +16,8 @@ Version 0.11.0
license is not specified, the default is now 'proprietary' instead of
'TODO'.
- * New bdep-new --post-hook option allows execution of customization commands
- in the newly created project. For example:
+ * New bdep-new --post-hook option allows the execution of customization
+ commands in the newly created project. For example:
$ bdep new --post-hook "echo .idea/ >>.gitignore" hello