diff --git a/docs/changes.rst b/docs/changes.rst index 87943ce0..c7c64ba0 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -16,6 +16,9 @@ Released: not yet **Bug fixes:** +* Docs: Fixed incorrect removal of 'off' value for the --log option that was + done in version 0.8.1. + **Enhancements:** **Cleanup:** diff --git a/docs/pywbemcli/cmdshelp.rst b/docs/pywbemcli/cmdshelp.rst index 15c8d73e..1b446028 100644 --- a/docs/pywbemcli/cmdshelp.rst +++ b/docs/pywbemcli/cmdshelp.rst @@ -117,7 +117,7 @@ Help text for ``pywbemcli``: -l, --log COMP[=DEST[:DETAIL]],... Enable logging of the WBEM operations, defined by a list of log configuration strings - with: COMP: [api|http|all]; DEST: [file|stderr], default: file; DETAIL: + with: COMP: [api|http|all]; DEST: [file|stderr|off], default: file; DETAIL: [all|paths|summary], default: all. Use "" to set default in interactive modeDefault: EnvVar PYWBEMCLI_LOG, or all.