Commit de223cce authored by Håkon Øye Amundsen's avatar Håkon Øye Amundsen Committed by Anas Nashif
Browse files

sanitycheck: Updated helptext to -O/--outdir argument.



This addresses issue #7146.

The current helptext does not state that the directory
will be deleted.

Signed-off-by: default avatarHåkon Øye Amundsen <haakon.amundsen@nordicsemi.no>
parent 6779d3f3
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -2283,9 +2283,11 @@ def parse_arguments():
        "-D", "--all-deltas", action="store_true",
        help="Show all footprint deltas, positive or negative. Implies "
        "--footprint-threshold=0")
    parser.add_argument("-O", "--outdir",
    parser.add_argument(
        "-O", "--outdir",
        default="%s/sanity-out" % ZEPHYR_BASE,
                        help="Output directory for logs and binaries.")
        help="Output directory for logs and binaries. "
        "This directory will be deleted unless '--no-clean' is set.")
    parser.add_argument(
        "-n", "--no-clean", action="store_true",
        help="Do not delete the outdir before building. Will result in "