summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-04-11 15:51:58 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-04-11 15:51:58 +0200
commitf7f415cfca286078d373960c77e4798cd4078ccf (patch)
tree28f8db5dc21d22b75b7bdd47dc3001aa158edcac /NEWS
parente9931b8ef3d9a0c2fd5db7177421e3917fe27cea (diff)
Add support for --generate-dep-only option
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 2a3cd76..253bf35 100644
--- a/NEWS
+++ b/NEWS
@@ -16,9 +16,9 @@ C++/Tree
* New option, --generate-dep, triggers the generation of the make
dependency file (.d) for the generated C++ files. Other options
- controlling dependency generation are: --dep-phony, --dep-target,
- --dep-suffix, and --dep-regex. For details, refer to the XSD
- compiler command line manual (man pages).
+ controlling dependency generation are: --generate-dep-only,
+ --dep-phony, --dep-target, --dep-suffix, and --dep-regex. For
+ details, refer to the XSD compiler command line manual (man pages).
* Binary representation now stores string-based enumerations as integer
values corresponding to C++ enumerators instead of string literals.