]> SALOME platform Git repositories - modules/paravis.git/commitdiff
Salome HOME
Update documentation: PARAVIS_OPTIONS environment variable was removed to PARAVIEW_OP...
authorrnv <rnv@opencascade.com>
Mon, 4 Apr 2016 12:38:19 +0000 (15:38 +0300)
committerrnv <rnv@opencascade.com>
Mon, 4 Apr 2016 12:38:19 +0000 (15:38 +0300)
doc/dev/index.rst

index 6faa05056dc0bbd7c14341b137693f6758831b96..7a4a851d3728a7766c335d9a725749ad199442f1 100644 (file)
@@ -256,9 +256,9 @@ doesn't save PARAVIS module trace.
 **Application options**
 
 If it is necessary to define a spcific command line parameter for ParaView application,
-then it can be defined with the help of the PARAVIS_OPTIONS environment variable. For example: ::
+then it can be defined with the help of the PARAVIEW_OPTIONS environment variable. For example: ::
 
-       export PARAVIS_OPTIONS=--server=myServer
+       export PARAVIEW_OPTIONS=--server=myServer
 
 If it is necessary to define several command line parameters, these parameters have to be separated by the “:” character.