diff --git a/doc/texinfo/commandline.texi b/doc/texinfo/commandline.texi
index a9ec3cd3e33cf708ceb9e121a61ac2bab1b4b820..4443604fc3e39c3d9edc617cac159fe3930ed820 100644
--- a/doc/texinfo/commandline.texi
+++ b/doc/texinfo/commandline.texi
@@ -26,6 +26,8 @@ Select output mesh format (auto (default), msh, msh1, msh2, unv, vrml, ply2, stl
 Use binary format when available
 @item -refine
 Perform uniform mesh refinement, then exit
+@item -reclassify
+Reclassify mesh, then exit
 @item -part int
 Partition after batch mesh generation
 @item -partWeight tri|quad|tet|prism|hex int
@@ -75,7 +77,11 @@ Load background mesh from file
 @item -check
 Perform various consistency checks on mesh
 @item -ignorePartBound
-Ignore partitions boundaries
+Ignore partition boundaries
+@item -ignorePeriocity
+Ignore periodic boundaries
+@item -oneFilePerPart
+Save mesh partitions in separate files
 @end ftable
  Post-processing options:
 @ftable @code
diff --git a/doc/texinfo/opt_geometry.texi b/doc/texinfo/opt_geometry.texi
index 16ef8e4c459ab850527b7832448356b3311aa85b..a918f85f328ab47ad3937f4386a24c2c5bbe25ee 100644
--- a/doc/texinfo/opt_geometry.texi
+++ b/doc/texinfo/opt_geometry.texi
@@ -124,6 +124,11 @@ Number of edge subdivisions between control points when displaying curves@*
 Default value: @code{20}@*
 Saved in: @code{General.OptionsFileName}
 
+@item Geometry.OCCAutoFix
+Automatically fix orientation of wires, faces, shells and volumes when creating new entities@*
+Default value: @code{1}@*
+Saved in: @code{General.OptionsFileName}
+
 @item Geometry.OCCFixDegenerated
 Fix degenerated edges/faces in STEP, IGES and BRep models@*
 Default value: @code{0}@*