Commit 6d1dedad authored by Sameer Agarwal's avatar Sameer Agarwal
Browse files

Fix an incorrect usage message in bundle_adjuster.cc

Change-Id: I66889ac8e52dd3baaee9e80cb04b7a8575537249
Showing with 1 addition and 1 deletion
+1 -1
......@@ -348,7 +348,7 @@ int main(int argc, char** argv) {
CERES_GFLAGS_NAMESPACE::ParseCommandLineFlags(&argc, &argv, true);
google::InitGoogleLogging(argv[0]);
if (FLAGS_input.empty()) {
LOG(ERROR) << "Usage: bundle_adjustment_example --input=bal_problem";
LOG(ERROR) << "Usage: bundle_adjuster --input=bal_problem";
return 1;
}
......
Supports Markdown
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