diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h
index 8afc479d2f81dde9129f177e3c8e5d6e27ac9e4d..c0f6cac3a5fea623f7620452e74353822c73ea58 100644
--- a/Common/DefaultOptions.h
+++ b/Common/DefaultOptions.h
@@ -196,13 +196,13 @@ StringXString ViewOptions_String[] = {
 
   { F|O, "GeneralizedRaiseX" , opt_view_gen_raise0 , "v0" ,
     "Generalized elevation of the view along X-axis (in model coordinates, "
-    "using formula possibly containing x, y, z, s[tep], t[ime], v0, ... v9)" },
+    "using formula possibly containing x, y, z, s[tep], t[ime], v0, ... v8)" },
   { F|O, "GeneralizedRaiseY" , opt_view_gen_raise1 , "v1" ,
     "Generalized elevation of the view along Y-axis (in model coordinates, "
-    "using formula possibly containing x, y, z, s[tep], t[ime], v0, ... v9)" },
+    "using formula possibly containing x, y, z, s[tep], t[ime], v0, ... v8)" },
   { F|O, "GeneralizedRaiseZ" , opt_view_gen_raise2 , "v2" ,
     "Generalized elevation of the view along Z-axis (in model coordinates, "
-    "using formula possibly containing x, y, z, s[tep], t[ime], v0, ... v9)" },
+    "using formula possibly containing x, y, z, s[tep], t[ime], v0, ... v8)" },
 
   { F,   "Name" , opt_view_name , "" ,
     "Default post-processing view name" },