mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-06-02 09:46:34 +03:00
mention -p? in the help text if -p isn't present
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user