X-Git-Url: http://nitlanguage.org diff --git a/share/man/nitx.md b/share/man/nitx.md index fcdf26c..755649e 100644 --- a/share/man/nitx.md +++ b/share/man/nitx.md @@ -46,8 +46,10 @@ exit the tool. # OPTIONS -### `-q` -execute a query, display results in console then quit. +### `-c`, `--command` +Nitx command to perform. + +Execute a command, display results in the console, then quit. ### `--no-attributes` Ignore the attributes. @@ -55,6 +57,11 @@ Ignore the attributes. ### `--private` Also generate private API. +### `--catalog` +Use catalog. + +Allow queries to catalog data (can be long on large code base). + # SEE ALSO The Nit language documentation and the source code of its tools and libraries may be downloaded from