Remove argument from tool/project.py -b

resolves #2309
pull/2401/head
Jimmy Brisson 2016-08-11 11:23:37 -05:00 committed by 0xc0170
parent f6f5c531cb
commit 215f4259ce
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ if __name__ == '__main__':
parser.add_argument("-b",
dest="build",
default=False,
type=argparse_dir_not_parent(ROOT),
action="store_true",
help="use the mbed library build, instead of the sources")
group.add_argument("-L", "--list-tests",