Merge branch 'transform_ast'
[nit.git] / tests / sav / nitc.sav
index b769581..bc659d0 100644 (file)
@@ -1,15 +1,16 @@
 usage: nitc [options] file...
   -W, --warn                      Show warnings
+  -q, --quiet                     Do not show warnings
   --stop-on-first-error           Stop on first error
   --no-color                      Do not use color to display errors and warnings
-  -I, --path                      Set include path for loaders (may be used more than once)
   --log                           Generate various log files
   --log-dir                       Directory where to generate log files
-  --only-parse                    Only proceed to parse step of loaders
-  --only-metamodel                Stop after meta-model processing
   -h, -?, --help                  Show Help (This screen)
   --version                       Show version and exit
   -v, --verbose                   Verbose
+  -I, --path                      Set include path for loaders (may be used more than once)
+  --only-parse                    Only proceed to parse step of loaders
+  --only-metamodel                Stop after meta-model processing
   --global                        Use global compilation
   --no-global-SFT-optimization    Do not use SFT optimization
   --no-global-DMR-optimization    Do not use dead method removal optimization