Adjust help string

This commit is contained in:
Massimiliano Corsini 2005-12-13 15:45:51 +00:00
parent 9b82d2e334
commit 4d691096e2
1 changed files with 5 additions and 5 deletions
apps/trimeshinfo

View File

@ -19,12 +19,12 @@
// error messages // error messages
#define MSG_ERR_N_ARGS "\n Usage: \n" \ #define MSG_ERR_N_ARGS " Usage:\n\n" \
" trimeshinfo filename <options>\n\n" \ " trimeshinfo filename <options>\n\n" \
" Options:\n" \ " Options:\n\n" \
" -v Disable verbose mode (enabled by default)\n" \ " -q Quiet (disable verbose mode that is enabled by default)\n" \
" -x Enable XML output\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_MESH_LOAD "error loading the input meshes.\n"
#define MSG_ERR_INVALID_OPTION "unable to parse option '%s'\n" #define MSG_ERR_INVALID_OPTION "unable to parse option '%s'\n"