mirror of https://github.com/ARMmbed/mbed-os.git
commit
03e99031e7
|
|
@ -58,7 +58,6 @@ if __name__ == '__main__':
|
||||||
|
|
||||||
parser.add_argument("-b",
|
parser.add_argument("-b",
|
||||||
dest="build",
|
dest="build",
|
||||||
action="store_true",
|
|
||||||
default=False,
|
default=False,
|
||||||
type=argparse_dir_not_parent(ROOT),
|
type=argparse_dir_not_parent(ROOT),
|
||||||
help="use the mbed library build, instead of the sources")
|
help="use the mbed library build, instead of the sources")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue