Use full frank.py by default

Former-commit-id: 588aa21242
This commit is contained in:
Luke Street 2023-02-04 02:13:21 -05:00
parent 4096e66d81
commit a4a83cbf25
1 changed files with 3 additions and 3 deletions

View File

@ -1111,10 +1111,10 @@ if __name__ == "__main__":
help="base build directory",
)
parser.add_argument(
"--frank",
"--franklite",
dest="frank",
action="store_true",
help="use full frank.py instead of franklite.py (non-matching)",
action="store_false",
help="use franklite.py instead of frank.py (non-matching)",
)
args = parser.parse_args()