mirror of https://github.com/ARMmbed/mbed-os.git
Remove -p as an argument flag for profile
parent
310f833f52
commit
f8fa90209e
|
@ -55,7 +55,7 @@ def main():
|
|||
official_target_names, "MCU")),
|
||||
default=official_target_names)
|
||||
|
||||
compile_cmd.add_argument("-p", "--profile",
|
||||
compile_cmd.add_argument("--profile",
|
||||
help=("build profile file"),
|
||||
metavar="profile")
|
||||
|
||||
|
|
Loading…
Reference in New Issue