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

View File

@ -19,12 +19,12 @@
// error messages
#define MSG_ERR_N_ARGS "\n Usage: \n" \
" trimeshinfo filename <options>\n\n" \
" Options:\n" \
" -v Disable verbose mode (enabled by default)\n" \
#define MSG_ERR_N_ARGS " Usage:\n\n" \
" trimeshinfo filename <options>\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"