From d391a6edc31ddba1cbaed380ede0934a26288d3f Mon Sep 17 00:00:00 2001 From: Don BURNS Date: Sat, 13 Oct 2001 07:41:54 +0000 Subject: [PATCH] Cleaned up the usage message --- src/Demos/osgconv/osgconv.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Demos/osgconv/osgconv.cpp b/src/Demos/osgconv/osgconv.cpp index 7c0743868..09fd4972e 100644 --- a/src/Demos/osgconv/osgconv.cpp +++ b/src/Demos/osgconv/osgconv.cpp @@ -40,9 +40,10 @@ static void usage( const char *prog, const char *msg ) " X1,Y1,Z1-X2,Y2,Z2\n" "\n" " where X1,Y1,Z1 represent the UP vector in the input\n" - " files and X2,Y2,Z2 represent the UP vector of the output file.\n" - " For example, to convert a model built in a Y-Up coordinate system\n" - " to a model with a Z-up coordinate system, the argument looks like\n" + " files and X2,Y2,Z2 represent the UP vector of the\n" + " output file. For example, to convert a model built\n" + " in a Y-Up coordinate system to a model with a Z-up\n" + " coordinate system, the argument looks like\n" "\n" " 0,1,0-0,0,1" "\n"