Remove -p as an argument flag for profile

pull/5247/head
Kevin Gilbert 2017-10-03 16:14:07 -05:00
parent 310f833f52
commit f8fa90209e
1 changed files with 1 additions and 1 deletions

View File

@ -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")