Browse Source

typo in usage

Former-commit-id: f93121ad0fc154b63d55b48bf1dd920b57a3e6d3
Alec Jacobson 9 years ago
parent
commit
3cb41229a3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorial/703_Decimation/main.cpp

+ 1 - 1
tutorial/703_Decimation/main.cpp

@@ -14,7 +14,7 @@ int main(int argc, char * argv[])
   using namespace std;
   using namespace Eigen;
   using namespace igl;
-  cout<<"Usage: ./progressive_hulls [filename.(off|obj|ply)]"<<endl;
+  cout<<"Usage: ./703_Decimation_bin [filename.(off|obj|ply)]"<<endl;
   cout<<"  [space]  toggle animation."<<endl;
   cout<<"  'r'  reset."<<endl;
   // Load a closed manifold mesh