diff --git a/pk2cmd/cmd_app.cpp b/pk2cmd/cmd_app.cpp index 293ff48..ef6af04 100644 --- a/pk2cmd/cmd_app.cpp +++ b/pk2cmd/cmd_app.cpp @@ -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;