change help output text

release/4.3a0
Nghia Ho 2018-12-14 12:16:19 -08:00
parent 8b8947b95c
commit 4da1b7189d
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ struct IMUHelper {
int main(int argc, char* argv[]) {
if (argc != 2) {
cout << "./main [data.txt]\n";
cout << "./ISAM2_SmartFactorStereo_IMU [data.txt]\n";
return 0;
}