share/man/nitc: Adding the man explication to disable contracts
[nit.git] / share / man / nitx.md
index 1d2f086..755649e 100644 (file)
@@ -46,10 +46,10 @@ exit the tool.
 
 # OPTIONS
 
-### `-q`, `--query`
-Nitx query to perform.
+### `-c`, `--command`
+Nitx command to perform.
 
-Execute a query, display results in the console, then quit.
+Execute a command, display results in the console, then quit.
 
 ### `--no-attributes`
 Ignore the attributes.
@@ -57,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 <http://nitlanguage.org>