From 4cb43e0f6c12737a24f0a73e007fb4da40b707b2 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 9 Nov 2005 17:20:15 +0000 Subject: [PATCH] Added some docs on command line options. --- applications/osgdem/osgdem.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/applications/osgdem/osgdem.cpp b/applications/osgdem/osgdem.cpp index 02c21890c..a855a8add 100644 --- a/applications/osgdem/osgdem.cpp +++ b/applications/osgdem/osgdem.cpp @@ -190,9 +190,9 @@ int main( int argc, char **argv ) arguments.getApplicationUsage()->addCommandLineOption("--mip-mapping-hardware","Use mip mapped textures, and generate the mipmaps in hardware when available."); arguments.getApplicationUsage()->addCommandLineOption("--mip-mapping-imagery","Use mip mapped textures, and generate the mipmaps in imagery."); arguments.getApplicationUsage()->addCommandLineOption("--max-anisotropy","Max anisotropy level to use when texturing, defaults to 1.0."); - arguments.getApplicationUsage()->addCommandLineOption("--bluemarble-east",""); - arguments.getApplicationUsage()->addCommandLineOption("--bluemarble-west",""); - arguments.getApplicationUsage()->addCommandLineOption("--whole-globe",""); + arguments.getApplicationUsage()->addCommandLineOption("--bluemarble-east","Set the coordinates system for next texture or dem to represent the eastern hemisphere of the earth."); + arguments.getApplicationUsage()->addCommandLineOption("--bluemarble-west","Set the coordinates system for next texture or dem to represent the western hemisphere of the earth."); + arguments.getApplicationUsage()->addCommandLineOption("--whole-globe","Set the coordinates system for next texture or dem to represent the whole hemisphere of the earth."); arguments.getApplicationUsage()->addCommandLineOption("--geocentric",""); arguments.getApplicationUsage()->addCommandLineOption("--range",""); arguments.getApplicationUsage()->addCommandLineOption("--xx","");