mirror of https://github.com/davisking/dlib.git
Added message about -h
This commit is contained in:
parent
809c9fb203
commit
f761ad5885
|
@ -1156,6 +1156,9 @@ int main(int argc, char** argv)
|
|||
}
|
||||
editor.wait_until_closed();
|
||||
}
|
||||
|
||||
cout << "Invalid command, give -h to see options." << endl;
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
catch (exception& e)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue