diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-03-20 18:42:56 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-03-20 18:42:56 +0200 |
commit | bba28902195a9aceb987d474cf2004d034932533 (patch) | |
tree | 5808b13b2417037a3a0e500d6d1703d6df266ec7 | |
parent | 1a137e40bcf2f78f512458546a1ff6844a5d424c (diff) |
Fix typo in NEWS file
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ Version 0.10.0 For example: $ bdep new -t lib -l c++,hxx=h,cxx=cpp libhello # .h & .cpp - $ bdep new -t lib -l c++,extension=?++ # .h++, .c++, etc + $ bdep new -t lib -l c++,extension=?++ libhello # .h++, .c++, etc See the bdep-new(1) man pages for details. |