Minor cleanup

pull/2/head
Davis King 12 years ago
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…
Cancel
Save