From: rnv Date: Mon, 4 Apr 2016 12:38:19 +0000 (+0300) Subject: Update documentation: PARAVIS_OPTIONS environment variable was removed to PARAVIEW_OP... X-Git-Tag: V7_8_0a2~10 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c038f4fd9b2a6d22d4bb26a1a6be2e15c6a97bf4;p=modules%2Fparavis.git Update documentation: PARAVIS_OPTIONS environment variable was removed to PARAVIEW_OPTIONS --- diff --git a/doc/dev/index.rst b/doc/dev/index.rst index 6faa0505..7a4a851d 100644 --- a/doc/dev/index.rst +++ b/doc/dev/index.rst @@ -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.