Update manual pages for 2.0.0-rc1
[babeltrace.git] / doc / man / common-gen-options.txt
index 413f3050bcb9c3dda334e79dd6ce91fa45ae1121..925cf56b06f5b2915cb043c71bef83ae380e18a6 100644 (file)
@@ -1,18 +1,27 @@
-General options
-~~~~~~~~~~~~~~~
+[[gen-opts]]
+=== General
+
+You can use those options before the command name.
+
 See man:babeltrace2(1) for more details.
 
-nlopt:-d, nlopt:--debug::
-    Turn the debugging mode on.
+nlopt:-d::
+nlopt:--debug::
+    Legacy option: this is equivalent to nlopt:--log-level=`TRACE`.
 
+nlopt:-l 'LVL'::
 nlopt:--log-level='LVL'::
-    Set the log level of all known Babeltrace loggers to 'LVL'.
+    Set the log level of all known Babeltrace~2 loggers to 'LVL'.
+
+nlopt:--omit-home-plugin-path::
+    Do not search for plugins in `$HOME/.local/lib/babeltrace2/plugins`.
 
-nlopt:-v, nlopt:--verbose::
-    Turn the verbose mode on.
+nlopt:--omit-system-plugin-path::
+    Do not search for plugins in +{system_plugin_path}+.
 
-nlopt:-h, nlopt:--help::
-    Show general help and quit.
+nlopt:--plugin-path='PATH'[:__PATH__]...::
+    Add 'PATH' to the list of paths in which plugins can be found.
 
-nlopt:-V, nlopt:--version::
-    Show version and quit.
+nlopt:-v::
+nlopt:--verbose::
+    Legacy option: this is equivalent to nlopt:--log-level=`INFO`.
This page took 0.023419 seconds and 4 git commands to generate.