diff options
-rw-r--r-- | doc/cmd.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst index 3572fff4..49062b31 100644 --- a/doc/cmd.rst +++ b/doc/cmd.rst @@ -152,9 +152,9 @@ of options, each indicating a facet of operation to log to stderr: * ``sys``: before starting, dump all the system and environment information, as with :ref:`coverage debug sys <cmd_debug>`. - + * ``dataio``: log when reading or writing any data file. - + * ``pid``: annotate all debug output with the process id. |