Skip to content

Commit

Permalink
fixup: helptext
Browse files Browse the repository at this point in the history
  • Loading branch information
asmacdo committed Aug 16, 2024
1 parent 61f70fe commit ddec9cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ options:
False)
-l {CRITICAL,ERROR,WARNING,INFO,DEBUG}, --log_level {CRITICAL,ERROR,WARNING,INFO,DEBUG}
Log level from duct operation. (default: INFO)
-q, --quiet
-q, --quiet Suppress duct logging output (to stderr) (default:
False)
--sample-interval SAMPLE_INTERVAL, --s-i SAMPLE_INTERVAL
Interval in seconds between status checks of the
running process. Sample interval must be less than or
Expand Down
1 change: 1 addition & 0 deletions src/con_duct/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,7 @@ def from_argv(cls, cli_args: Optional[list[str]] = None) -> Arguments:
"-q",
"--quiet",
action="store_true",
help="Suppress duct logging output (to stderr)",
)
parser.add_argument(
"--sample-interval",
Expand Down

0 comments on commit ddec9cd

Please sign in to comment.