From 3ea3c164c110d5a6812162389f0582da928a02b7 Mon Sep 17 00:00:00 2001 From: Ran Xuebin <31369028+ranxuebin@users.noreply.github.com> Date: Sun, 23 Feb 2020 17:21:41 +0800 Subject: [PATCH] =?UTF-8?q?fix=20Example=E2=80=98s=20usage=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Examples/Monocular/mono_euroc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/Monocular/mono_euroc.cc b/Examples/Monocular/mono_euroc.cc index 4bcb90f170..7f0a38921d 100644 --- a/Examples/Monocular/mono_euroc.cc +++ b/Examples/Monocular/mono_euroc.cc @@ -37,7 +37,7 @@ int main(int argc, char **argv) { if(argc != 5) { - cerr << endl << "Usage: ./mono_tum path_to_vocabulary path_to_settings path_to_image_folder path_to_times_file" << endl; + cerr << endl << "Usage: ./mono_euroc path_to_vocabulary path_to_settings path_to_image_folder path_to_times_file" << endl; return 1; }