Skip to content

Commit

Permalink
Remove argument from tool/project.py -b
Browse files Browse the repository at this point in the history
resolves #2309
  • Loading branch information
theotherjimmy authored and 0xc0170 committed Aug 12, 2016
1 parent f6f5c53 commit 215f425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
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",
Expand Down

0 comments on commit 215f425

Please sign in to comment.