Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ty-porter authored Feb 27, 2024
1 parent 8cb2318 commit 14d41d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def args():
const=True
)
parser.add_argument(
"--drop-privileges", action="store_false", help="Force the matrix driver to drop root privileges after setup."
"--drop-privileges", action="store_true", help="Force the matrix driver to drop root privileges after setup."
)
return parser.parse_args()

Expand Down

0 comments on commit 14d41d8

Please sign in to comment.