From 09446ab8fd9854d81fdeda0c4d0332f6ab6a3ad0 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sat, 5 Oct 2013 10:57:08 +0000
Subject: [PATCH] clarify '-0'

---
 Common/CommandLine.cpp       | 2 +-
 doc/texinfo/commandline.texi | 2 +-
 doc/texinfo/opt_mesh.texi    | 5 +++++
 doc/texinfo/opt_print.texi   | 4 ++--
 4 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/Common/CommandLine.cpp b/Common/CommandLine.cpp
index 01ade4c1bd..eba68b50b8 100644
--- a/Common/CommandLine.cpp
+++ b/Common/CommandLine.cpp
@@ -53,7 +53,7 @@ std::vector<std::pair<std::string, std::string> > GetUsage()
   typedef std::pair<std::string, std::string> mp;
   std::vector<mp> s;
   s.push_back(mp("Geometry options:", ""));
-  s.push_back(mp("-0",                 "Output unrolled geometry, then exit"));
+  s.push_back(mp("-0",                 "Output model, then exit"));
   s.push_back(mp("-tol float",         "Set geometrical tolerance"));
   s.push_back(mp("-match",             "Match geometries and meshes"));
   s.push_back(mp("Mesh options:", ""));
diff --git a/doc/texinfo/commandline.texi b/doc/texinfo/commandline.texi
index 48afd4e786..b73a7d56ee 100644
--- a/doc/texinfo/commandline.texi
+++ b/doc/texinfo/commandline.texi
@@ -8,7 +8,7 @@
  Geometry options:
 @ftable @code
 @item -0
-Output unrolled geometry, then exit
+Output model, then exit
 @item -tol float
 Set geometrical tolerance
 @item -match
diff --git a/doc/texinfo/opt_mesh.texi b/doc/texinfo/opt_mesh.texi
index 0f4048e95e..79d6a0fc81 100644
--- a/doc/texinfo/opt_mesh.texi
+++ b/doc/texinfo/opt_mesh.texi
@@ -244,6 +244,11 @@ Maximum threshold for high order element optimization@*
 Default value: @code{2}@*
 Saved in: @code{General.OptionsFileName}
 
+@item Mesh.HighOrderOptPrimSurfMesh
+Try to fix flipped surface mesh elements in high-order optimizer@*
+Default value: @code{0}@*
+Saved in: @code{General.OptionsFileName}
+
 @item Mesh.LabelSampling
 Label sampling rate (display one label every `LabelSampling' elements)@*
 Default value: @code{1}@*
diff --git a/doc/texinfo/opt_print.texi b/doc/texinfo/opt_print.texi
index d0d45df1b7..376c82e7bf 100644
--- a/doc/texinfo/opt_print.texi
+++ b/doc/texinfo/opt_print.texi
@@ -6,7 +6,7 @@
 @ftable @code
 @item Print.ParameterCommand
 Command parsed when the print parameter is changed@*
-Default value: @code{"View.Clip=1; General.Clip0D=Print.Parameter;"}@*
+Default value: @code{"Mesh.Clip=1; View.Clip=1; General.ClipWholeElements=1; General.Clip0D=Print.Parameter; SetChanged;"}@*
 Saved in: @code{General.OptionsFileName}
 
 @item Print.Parameter
@@ -26,7 +26,7 @@ Saved in: @code{General.OptionsFileName}
 
 @item Print.ParameterSteps
 Number of steps in loop over print parameter@*
-Default value: @code{24}@*
+Default value: @code{10}@*
 Saved in: @code{General.OptionsFileName}
 
 @item Print.Background
-- 
GitLab