Commit ee01fccc authored by Martin Panter's avatar Martin Panter

Issue #26638: Disable inappropriate links to Python interpreter options

parent 4089b500
...@@ -90,9 +90,9 @@ The :mod:`EasyDialogs` module defines the following functions: ...@@ -90,9 +90,9 @@ The :mod:`EasyDialogs` module defines the following functions:
+----------------------+------------------------------------------+ +----------------------+------------------------------------------+
| *optstr* format | Command-line format | | *optstr* format | Command-line format |
+======================+==========================================+ +======================+==========================================+
| ``x`` | :option:`-x` (short option) | | ``x`` | :option:`!-x` (short option) |
+----------------------+------------------------------------------+ +----------------------+------------------------------------------+
| ``x:`` or ``x=`` | :option:`-x` (short option with value) | | ``x:`` or ``x=`` | :option:`!-x` (short option with value) |
+----------------------+------------------------------------------+ +----------------------+------------------------------------------+
| ``xyz`` | :option:`--xyz` (long option) | | ``xyz`` | :option:`--xyz` (long option) |
+----------------------+------------------------------------------+ +----------------------+------------------------------------------+
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment