From 4d691096e2f06e313e07982dcabc34c85f3ee413 Mon Sep 17 00:00:00 2001 From: maxcorsini Date: Tue, 13 Dec 2005 15:45:51 +0000 Subject: [PATCH] Adjust help string --- apps/trimeshinfo/defs.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/trimeshinfo/defs.h b/apps/trimeshinfo/defs.h index 0c653264..2b71dfbe 100644 --- a/apps/trimeshinfo/defs.h +++ b/apps/trimeshinfo/defs.h @@ -19,12 +19,12 @@ // error messages -#define MSG_ERR_N_ARGS "\n Usage: \n" \ - " trimeshinfo filename \n\n" \ - " Options:\n" \ - " -v Disable verbose mode (enabled by default)\n" \ +#define MSG_ERR_N_ARGS " Usage:\n\n" \ + " trimeshinfo filename \n\n" \ + " Options:\n\n" \ + " -q Quiet (disable verbose mode that is enabled by default)\n" \ " -x Enable XML output\n" \ - " -h Enable HTML output\n" + " -h Enable HTML output\n\n" #define MSG_ERR_MESH_LOAD "error loading the input meshes.\n" #define MSG_ERR_INVALID_OPTION "unable to parse option '%s'\n"