X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=doc%2Fman%2Fcommon-gen-options.txt;h=925cf56b06f5b2915cb043c71bef83ae380e18a6;hb=2facbdc3a8c3797b8c93098e53e51645f0736aea;hp=413f3050bcb9c3dda334e79dd6ce91fa45ae1121;hpb=bd4eea6fed308f4f0954b563b25471cc373161f1;p=babeltrace.git diff --git a/doc/man/common-gen-options.txt b/doc/man/common-gen-options.txt index 413f3050..925cf56b 100644 --- a/doc/man/common-gen-options.txt +++ b/doc/man/common-gen-options.txt @@ -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`.