diff --git a/DDG4/python/checkGeometry.py b/DDG4/python/checkGeometry.py
index 15c4fa03614c1797f56421dc95054c7431c71e69..9e83e77f72b4bd5e72a0f7dcdcb209acbc3ca98b 100755
--- a/DDG4/python/checkGeometry.py
+++ b/DDG4/python/checkGeometry.py
@@ -15,7 +15,7 @@ import sys, optparse
 
 parser = optparse.OptionParser()
 parser.description = "TGeo Geometry checking."
-
+parser.formater.width = 132
 parser.add_option("-c", "--compact", dest="compact", default=None,
                   help="Define LCCDD style compact xml input",
 		  metavar="<FILE>")
diff --git a/DDG4/python/checkOverlaps.py b/DDG4/python/checkOverlaps.py
index 959580a6537cf5ae196bb44d1599d914876470e2..d3d759cbe12c281e52a70bfcb8f16eb6aefc7b93 100755
--- a/DDG4/python/checkOverlaps.py
+++ b/DDG4/python/checkOverlaps.py
@@ -14,6 +14,7 @@
 import sys, optparse
 
 parser = optparse.OptionParser()
+parser.formatter.width = 132
 parser.description = "Check TGeo geometries for overlaps."
 parser.add_option("-c", "--compact", dest="compact", default=None,
                   help="Define LCCDD style compact xml input",
diff --git a/doc/CompileAllOptionPermutations.sh b/doc/CompileAllOptionPermutations.sh
index a062afc18ca635c0c97afafb58a214fc87205421..16eb1eb470119f24d51dbd441e1430eb516e7077 100755
--- a/doc/CompileAllOptionPermutations.sh
+++ b/doc/CompileAllOptionPermutations.sh
@@ -81,7 +81,7 @@ build_all()
 		    unset ROOTSYS;
                     DD4hep_DIR=${WORK_DIR}/DD4hep;
 
-                    OPTS="`make_opt ${DOGEANT4} -DDD4HEP_USE_GEANT4 -DGeant4_DIR=${INSTALL_G4}`\
+                    OPTS_ex="`make_opt ${DOGEANT4} -DDD4HEP_USE_GEANT4 -DGeant4_DIR=${INSTALL_G4}`\
 		    `make_opt ${DOLCIO}     -DDD4HEP_USE_LCIO    -DLCIO_DIR=${INSTALL_LCIO}` \
 		    `make_opt ${DOXERCESC}  -DDD4HEP_USE_XERCESC -DXERCESC_ROOT_DIR=${INSTALL_XERCESC}` \
                     -DROOTSYS=${ROOTSYS} ";