fix soongdbg missing args

Change-Id: I06226f2aee0e7f73e0fb55bd90a31577e6cf0092
This commit is contained in:
Joe Onorato
2024-07-26 16:59:50 -07:00
parent 9aa84c6110
commit 88042fa0ad

View File

@@ -216,7 +216,7 @@ def print_args(parser):
help="jq query for each module metadata")
parser.add_argument("--deptags", action="store_true",
help="show dependency tags (makes the graph much more complex)")
parser.add_argument("--tag", action="append",
parser.add_argument("--tag", action="append", default=[],
help="Limit output to these dependency tags.")
group = parser.add_argument_group("output formats",