Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pk2cmd/cmd_app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ void Ccmd_app::processArgs(int argc, _TCHAR* argv[])
// look for the device in the device file - still need to do this on autodetect to properly set up buffers.
if(!PicFuncs.FindDevice(tempString))
{
printf("Could not find device %s.\n\n", tempString);
printf("The %s device is not supported: it's definition could not be found in the device definitions file.\n\n", tempString);
fflush(stdout);
ReturnCode = INVALID_CMDLINE_ARG;
return;
Expand Down