]> OCCT Git - occt-copy.git/commitdiff
# Corrections according to remarks CR30365
authornbv <nbv@opencascade.com>
Tue, 4 Dec 2018 07:03:22 +0000 (10:03 +0300)
committernbv <nbv@opencascade.com>
Tue, 4 Dec 2018 07:03:43 +0000 (10:03 +0300)
src/GeomliteTest/GeomliteTest_API2dCommands.cxx

index 300e59abd3af074467a294db39d1bd179a7e200d..3095a89ab76b2bfe0cd2e6bd98efe37f17a6f2eb 100644 (file)
@@ -557,7 +557,9 @@ static Standard_Integer deviation(Draw_Interpretor& theDI, Standard_Integer theN
 {
   if (theNArg < 3)
   {
-    theDI << "Use: deviation2d result curve [U0]\n";
+    theDI << "Use: deviation2d result curve [-i U0] [-d N]\n"
+             "\"-i\" sets an initial parameter for computation by iterative method;\n"
+             "\"-d\" sets number of sub-intervals for searching. Default value is 2.";
     return 1;
   }
 
@@ -683,8 +685,6 @@ void GeomliteTest::API2dCommands(Draw_Interpretor& theCommands)
     intconcon, g);
 
   theCommands.Add("2ddeviation", "deviation2d result curve [-i U0] [-d N]\n"
-                  "\"-i\" sets an initial parameter for computation by iterative method;\n"
-                  "\"-d\" sets number of sub-intervals for searching. Default val is 2.",
                   __FILE__, deviation, g);
 
 }