From 2e3cb2f85e6f312648e176342fb64183ea0bb5be Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Tue, 20 Oct 2015 22:29:32 -0400 Subject: [PATCH] nitx: add the missing options `--no-attributes` and `--private` Signed-off-by: Jean Privat --- share/man/nitx.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/share/man/nitx.md b/share/man/nitx.md index 2b6f8ba..fcdf26c 100644 --- a/share/man/nitx.md +++ b/share/man/nitx.md @@ -49,6 +49,12 @@ exit the tool. ### `-q` execute a query, display results in console then quit. +### `--no-attributes` +Ignore the attributes. + +### `--private` +Also generate private API. + # SEE ALSO The Nit language documentation and the source code of its tools and libraries may be downloaded from -- 1.7.9.5