Correct typo in documentation

This commit is contained in:
nicolargo 2021-03-13 08:53:50 +01:00
parent 15eba5d4ae
commit 72c0d09665
2 changed files with 6 additions and 6 deletions

View File

@ -28,11 +28,11 @@ Command-Line Options
.. option:: --disable-plugin PLUGIN .. option:: --disable-plugin PLUGIN
disable PLUGIN (comma separed list) disable PLUGIN (comma separated list)
.. option:: --enable-plugin PLUGIN .. option:: --enable-plugin PLUGIN
enable PLUGIN (comma separed list) enable PLUGIN (comma separated list)
.. option:: --stdout PLUGINS_STATS .. option:: --stdout PLUGINS_STATS
@ -40,7 +40,7 @@ Command-Line Options
.. option:: --export EXPORT .. option:: --export EXPORT
enable EXPORT module (comma separed list) enable EXPORT module (comma separated list)
.. option:: --export-csv-file EXPORT_CSV_FILE .. option:: --export-csv-file EXPORT_CSV_FILE

View File

@ -74,12 +74,12 @@ display modules (plugins & exports) list and exit
.INDENT 0.0 .INDENT 0.0
.TP .TP
.B \-\-disable\-plugin PLUGIN .B \-\-disable\-plugin PLUGIN
disable PLUGIN (comma separed list) disable PLUGIN (comma separated list)
.UNINDENT .UNINDENT
.INDENT 0.0 .INDENT 0.0
.TP .TP
.B \-\-enable\-plugin PLUGIN .B \-\-enable\-plugin PLUGIN
enable PLUGIN (comma separed list) enable PLUGIN (comma separated list)
.UNINDENT .UNINDENT
.INDENT 0.0 .INDENT 0.0
.TP .TP
@ -89,7 +89,7 @@ display stats to stdout (comma separated list of plugins/plugins.attribute)
.INDENT 0.0 .INDENT 0.0
.TP .TP
.B \-\-export EXPORT .B \-\-export EXPORT
enable EXPORT module (comma separed list) enable EXPORT module (comma separated list)
.UNINDENT .UNINDENT
.INDENT 0.0 .INDENT 0.0
.TP .TP