From f24e4b2da18ad74f46ca4e3f48881f31cddf9aa5 Mon Sep 17 00:00:00 2001 From: cignoni Date: Mon, 16 Oct 2006 08:50:11 +0000 Subject: [PATCH] correct name in the help line --- apps/sample/trimesh_ball_pivoting/trimesh_ball_pivoting.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/sample/trimesh_ball_pivoting/trimesh_ball_pivoting.cpp b/apps/sample/trimesh_ball_pivoting/trimesh_ball_pivoting.cpp index 115668af..da87dccd 100644 --- a/apps/sample/trimesh_ball_pivoting/trimesh_ball_pivoting.cpp +++ b/apps/sample/trimesh_ball_pivoting/trimesh_ball_pivoting.cpp @@ -42,7 +42,7 @@ int main(int argc, char **argv) printf( "\n trimesh_ball_pivoting ("__DATE__")\n" " Visual Computing Group I.S.T.I. C.N.R.\n" - "Usage: PlyRefine filein.ply fileout.ply [opt] \n" + "Usage: trimesh_ball_pivoting filein.ply fileout.ply [opt]\n" "options: \n" "-r radius of the rolling ball\n" "-c clustering radius (as fraction of radius) default: 0.05\n"