Skip to content

Commit 7152e5e

Browse files
authored
fix additional switches doc (#565)
1 parent 37982a1 commit 7152e5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ansys/mapdl/core/launcher.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,10 @@ def launch_grpc(exec_file='', jobname='file', nproc=2, ram=None,
177177
port available after (or including) this port.
178178
179179
additional_switches : str, optional
180-
Additional switches for MAPDL, for example ``"-aa_r"``, and
180+
Additional switches for MAPDL, for example ``"-p aa_r"``, the
181181
academic research license, would be added with:
182182
183-
- ``additional_switches="-aa_r"``
183+
- ``additional_switches="-p aa_r"``
184184
185185
Avoid adding switches like ``"-i"`` ``"-o"`` or ``"-b"`` as
186186
these are already included to start up the MAPDL server. See

0 commit comments

Comments
 (0)