Commit 61c77e8e authored by Gary Bradski's avatar Gary Bradski

print help on error

parent 8cf6b56f
......@@ -71,7 +71,8 @@ int main(int ac, char** av)
if (!readStringList(arg,imagelist))
{
cerr << "Failed to read image list" << endl;
cerr << "Failed to read image list\n" << endl;
help(av);
return 1;
}
......
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