Commit 34f28d4a authored by Davis King's avatar Davis King

Minor cleanup

parent b5c189aa
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment