Skip to content

Commit

Permalink
help output update
Browse files Browse the repository at this point in the history
  • Loading branch information
yashagacisco committed Jan 26, 2023
1 parent 85836c7 commit 3b7d5b9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/xr-compose
Original file line number Diff line number Diff line change
Expand Up @@ -1934,7 +1934,10 @@ def parse_input_args(argv: List[str]) -> argparse.Namespace:
"-d", "--debug", action="store_true", help="Enable debug output"
)
parser.add_argument(
"--privileged", action="store_true", help="Launch in privileged mode"
"--privileged",
action="store_true",
help="Launch in privileged mode. Privilege status of a container in "
"the input yaml wold overwrite this",
)

return parser.parse_args(argv)
Expand Down

0 comments on commit 3b7d5b9

Please sign in to comment.