Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 88042fa0 authored by Joe Onorato's avatar Joe Onorato
Browse files

fix soongdbg missing args

Change-Id: I06226f2aee0e7f73e0fb55bd90a31577e6cf0092
parent 9aa84c61
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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",