Skip to content

Commit

Permalink
Fixed incorrect cmdshelp.rst file
Browse files Browse the repository at this point in the history
Details:

* The cmdshelp.rst file had been incorrectly recreated in 0.8.1, introducing
  an incorrect removal of the 'off' value for the --log option.

Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
  • Loading branch information
andy-maier committed Jan 4, 2021
1 parent 3d82edb commit df37051
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand Down
2 changes: 1 addition & 1 deletion docs/pywbemcli/cmdshelp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit df37051

Please sign in to comment.