Minor cleanup

This commit is contained in:
Davis King 2012-12-12 19:58:18 -05:00
parent b5c189aa15
commit 34f28d4ad6
3 changed files with 0 additions and 4 deletions

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;
}