Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
gdraheim committed Oct 14, 2023
2 parents 10f2519 + f3c88c3 commit c9d330c
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 @@ -6684,6 +6684,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 c9d330c

Please sign in to comment.