Skip to content

Commit

Permalink
[DATALAD RUNCMD] Autoupdate readme
Browse files Browse the repository at this point in the history
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "./.update-readme-help.py",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
  • Loading branch information
asmacdo committed Aug 21, 2024
1 parent 38f4e4a commit 437297d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ A process wrapper script that monitors the execution of a command.

usage: duct [-h] [--version] [-p OUTPUT_PREFIX]
[--summary-format SUMMARY_FORMAT] [--clobber]
[-l {CRITICAL,ERROR,WARNING,INFO,DEBUG,NONE}] [-q]
[-l {NONE,CRITICAL,ERROR,WARNING,INFO,DEBUG}] [-q]
[--sample-interval SAMPLE_INTERVAL]
[--report-interval REPORT_INTERVAL] [-c {all,none,stdout,stderr}]
[-o {all,none,stdout,stderr}]
Expand Down Expand Up @@ -66,9 +66,9 @@ options:
{num_samples} Reports Written: {num_reports} )
--clobber Replace log files if they already exist. (default:
False)
-l {CRITICAL,ERROR,WARNING,INFO,DEBUG,NONE}, --log_level {CRITICAL,ERROR,WARNING,INFO,DEBUG,NONE}
Log level from duct operation, use NONE to disable
duct output to stderr. (default: INFO)
-l {NONE,CRITICAL,ERROR,WARNING,INFO,DEBUG}, --log_level {NONE,CRITICAL,ERROR,WARNING,INFO,DEBUG}
Level of log output to stderr, use NONE to entirely
disable. (default: INFO)
-q, --quiet [deprecated, use log level NONE] Disable duct logging
output (to stderr) (default: False)
--sample-interval SAMPLE_INTERVAL, --s-i SAMPLE_INTERVAL
Expand Down

0 comments on commit 437297d

Please sign in to comment.