Commit fbce4cd6 authored by Davis King's avatar Davis King

Improved -h output

parent 91c63155
......@@ -419,9 +419,9 @@ int main(int argc, char** argv)
if (parser.option("h"))
{
cout << "Options:\n";
cout << "Usage: imglab [options] <image files/directories or XML file list>\n";
parser.print_options(cout);
cout << endl;
cout << endl << endl;
return EXIT_SUCCESS;
}
......
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