mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Improved -h output
This commit is contained in:
parent
91c63155e9
commit
fbce4cd61d
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user