mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
Fix an incorrect usage message in bundle_adjuster.cc
Change-Id: I66889ac8e52dd3baaee9e80cb04b7a8575537249
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user