diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-06-11 15:12:39 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-06-11 15:12:39 +0200 |
commit | 48bf2efd37f3a6cfcd464be8fc394d69d7bd17ac (patch) | |
tree | 6aab7f1cb19b2c89be494aff6aa5a4036d335206 /NEWS | |
parent | 13663504b2eccbe207952076f6a78c5f4e22cca8 (diff) |
Minor NEWS file fix
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |