Skip to content

Commit f8fa902

Browse files
committed
Remove -p as an argument flag for profile
1 parent 310f833 commit f8fa902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/test/examples/examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def main():
5555
official_target_names, "MCU")),
5656
default=official_target_names)
5757

58-
compile_cmd.add_argument("-p", "--profile",
58+
compile_cmd.add_argument("--profile",
5959
help=("build profile file"),
6060
metavar="profile")
6161

0 commit comments

Comments
 (0)