diff --git a/docs/about/deprecated.rst b/docs/about/deprecated.rst index 33925edf450e739dfa45009e01f3d364af6efb18..6de358cee30f5d6bddad980afc2f73d1dfe48353 100644 --- a/docs/about/deprecated.rst +++ b/docs/about/deprecated.rst @@ -184,8 +184,8 @@ members described with -smp are greater than zero. Plugin argument passing through ``arg=`` (since 6.1) '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -Passing TCG plugins arguments through ``arg=`` is redundant is makes the -command-line less readable, especially when the argument itself consist of a +Passing TCG plugins arguments through ``arg=`` is redundant and makes the +command-line less readable, especially when the argument itself consists of a name and a value, e.g. ``-plugin plugin_name,arg="arg_name=arg_value"``. Therefore, the usage of ``arg`` is redundant. Single-word arguments are treated as short-form boolean values, and passed to plugins as ``arg_name=on``.