mention -p? in the help text if -p isn't present

This commit is contained in:
MCUdude
2026-04-15 12:47:08 +02:00
parent f3508741c2
commit 5a618a0344

View File

@@ -646,7 +646,7 @@ static void part_not_found(const char *partdesc) {
if(partdesc && *partdesc)
pmsg_error("AVR part %s not found. Use -p? to see all valid parts\n", partdesc);
else
pmsg_error("no AVR part has been specified; use -p part\n");
pmsg_error("no AVR part has been specified; use -p part or -p? to see all valid parts\n");
}
#if !defined(WIN32)