Skip to content

Commit

Permalink
Merge pull request #163 from joclement/ignore-no-warn-option
Browse files Browse the repository at this point in the history
feat: do not fail for option `--no-warn`
  • Loading branch information
gdraheim authored Jul 28, 2023
2 parents f9c8089 + c814ff2 commit f3c88c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions files/docker/systemctl3.py
Original file line number Diff line number Diff line change
Expand Up @@ -6683,6 +6683,8 @@ def run(command, *modules):
help="Print unit dependencies as a list instead of a tree (ignored)")
_o.add_option("--no-pager", action="store_true",
help="Do not pipe output into pager (mostly ignored)")
_o.add_option("--no-warn", action="store_true",
help="Do not generate certain warnings (ignored)")
#
_o.add_option("-c", "--config", metavar="NAME=VAL", action="append", default=[],
help="..override internal variables (InitLoopSleep,SysInitTarget) {%default}")
Expand Down

0 comments on commit f3c88c3

Please sign in to comment.