Commit 8ed89366 authored by Martin Szulecki's avatar Martin Szulecki

plistutil: Improve error message for a human if input file reading failed

parent 7f28d8f7
......@@ -164,7 +164,7 @@ int main(int argc, char *argv[])
free(plist_out);
}
else
printf("ERROR\n");
printf("ERROR: Failed to convert input file.\n");
free(options);
return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment