diff --git a/apps/trimeshinfo/defs.h b/apps/trimeshinfo/defs.h index 7213ec46..f4d3410c 100644 --- a/apps/trimeshinfo/defs.h +++ b/apps/trimeshinfo/defs.h @@ -24,8 +24,8 @@ " Options:\n\n" \ " -q Quiet (disable verbose mode that is enabled by default)\n" \ " -x Enable XML output\n" \ - " -h Enable HTML output\n\n" \ - " -s Save the clean mesh" + " -h Enable HTML output\n" \ + " -s Save the clean mesh\n\n" #define MSG_ERR_MESH_LOAD "error loading the input meshes.\n" #define MSG_ERR_INVALID_OPTION "unable to parse option '%s'\n"