change options

This commit is contained in:
Massimiliano Corsini 2005-12-12 11:26:54 +00:00
parent 7229c77576
commit 0aa18be24e
1 changed files with 6 additions and 2 deletions

View File

@ -19,8 +19,12 @@
// error messages
#define MSG_ERR_N_ARGS "\nUsage: "\
"trimeshinfo filename \n"
#define MSG_ERR_N_ARGS "\n Usage: \n" \
" trimeshinfo filename <options>\n\n" \
" Options:\n" \
" -v Disable verbose mode (enabled by default)\n" \
" -x Enable XML output\n" \
" -h Enable HTML output\n"
#define MSG_ERR_MESH_LOAD "error loading the input meshes.\n"
#define MSG_ERR_INVALID_OPTION "unable to parse option '%s'\n"