From: nbv Date: Tue, 4 Dec 2018 07:03:22 +0000 (+0300) Subject: # Corrections according to remarks X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=2a5e819d71838ad1b3869e48400cfcd7cc6ee587;p=occt-copy.git # Corrections according to remarks --- diff --git a/src/GeomliteTest/GeomliteTest_API2dCommands.cxx b/src/GeomliteTest/GeomliteTest_API2dCommands.cxx index 300e59abd3..3095a89ab7 100644 --- a/src/GeomliteTest/GeomliteTest_API2dCommands.cxx +++ b/src/GeomliteTest/GeomliteTest_API2dCommands.cxx @@ -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); }