VerboseMsg ("%s tool start.", UTILITY_NAME);\r
\r
if (OutImageType == FW_DUMMY_IMAGE) {\r
- Error (NULL, 0, 1001, "Missing option", "No create action specified; specify -e, -c or -t!");\r
+ Error (NULL, 0, 1001, "Missing option", "No create file action specified; pls specify -e, -c or -t option to create efi image, or acpi table or TeImage!");\r
+ if (ReplaceFlag) {\r
+ Error (NULL, 0, 1001, "Missing option", "-r option is not supported as the independent option. It can be used together with other create file option specified at the above.");\r
+ }\r
goto Finish;\r
}\r
\r