We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d4d319 commit 9271dcdCopy full SHA for 9271dcd
1 file changed
sketch_and_bootloader_combined/bin_merge_tool/main.c
@@ -15,7 +15,7 @@ const int SKETCH_OFFSET = 0x2000;
15
16
if (argc!=4)
17
{
18
- printf("\nUsage. mergebin bootloader.bin sketch.bin output.bin - Incorrect number of args\n\n");
+ printf("\n%s Usage. mergebin bootloader.bin sketch.bin output.bin - Incorrect number of args\n\n",argv[0]);
19
return -1;
20
}
21
0 commit comments