mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Minor cleanup
This commit is contained in:
parent
b5c189aa15
commit
34f28d4ad6
@ -78,7 +78,6 @@ int main(int argc, char** argv)
|
||||
// display all the command line options
|
||||
cout << "Usage: bsp_ex (-l port | <list of hosts>)\n";
|
||||
parser.print_options();
|
||||
cout << endl;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -97,8 +97,6 @@ int main(int argc, char** argv)
|
||||
// This function prints out a nicely formatted list of
|
||||
// all the options the parser has
|
||||
parser.print_options();
|
||||
|
||||
cout << endl;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -126,7 +126,6 @@ int main(int argc, char** argv)
|
||||
cout << "Usage: train_object_detector [options] <image dataset file|image file>\n";
|
||||
parser.print_options();
|
||||
|
||||
cout << endl;
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user