From 5abd9ed562271d4b9de0ad95574ac3744424651a Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 15 Sep 2010 12:50:16 +0000 Subject: [PATCH] From Magnus Kessler, "Fix a small typo in present3D usage string" --- applications/present3D/present3D.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/present3D/present3D.cpp b/applications/present3D/present3D.cpp index 9ce6fc6c6..01842960d 100644 --- a/applications/present3D/present3D.cpp +++ b/applications/present3D/present3D.cpp @@ -375,7 +375,7 @@ int main( int argc, char **argv ) arguments.getApplicationUsage()->addCommandLineOption("-d ","Time duration in seconds between layers/slides"); arguments.getApplicationUsage()->addCommandLineOption("-s ","width, height, distance and of the screen away from the viewer"); arguments.getApplicationUsage()->addCommandLineOption("--viewer","Start Present3D as the viewer version."); - arguments.getApplicationUsage()->addCommandLineOption("--authoring","Start Presen3D as the authoring version, license required."); + arguments.getApplicationUsage()->addCommandLineOption("--authoring","Start Present3D as the authoring version, license required."); arguments.getApplicationUsage()->addCommandLineOption("--master","Start Present3D as the master version, license required."); arguments.getApplicationUsage()->addCommandLineOption("--slave","Start Present3D as the slave version, license required."); arguments.getApplicationUsage()->addCommandLineOption("--publishing","Start Present3D as the publishing version, license required.");