Commit 915b00a7 authored by Vladimir Malenovsky's avatar Vladimir Malenovsky
Browse files

fix --clean-output-dir help text

parent b69beaf2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1767,7 +1767,7 @@ if __name__ == "__main__":
        "--clean-output-dir",
        default=False,
        action="store_true",
        help="Do not run DUT, use existing mld and bitdiff stats files to generate analysis only",
        help="Delete and recreate the CUT_OUTPUTS directory before running, discarding any previous DUT outputs",
    )
    parser.add_argument(
        "--regenerate-mld-ref",