diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-03-01 12:39:52 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-03-01 12:39:52 +0100 |
| commit | 2ae77423200364d3fb6c1823e4ddfb7542c834fb (patch) | |
| tree | 4109daa4b22e5febc7a844042bebfcda36208bf2 /docs/disclaimer.rst | |
| parent | 072ec79b51cb4af45b168bf6f73941d1de94c8ae (diff) | |
| download | minishell_test-2ae77423200364d3fb6c1823e4ddfb7542c834fb.tar.gz minishell_test-2ae77423200364d3fb6c1823e4ddfb7542c834fb.tar.bz2 minishell_test-2ae77423200364d3fb6c1823e4ddfb7542c834fb.zip | |
Added bonus doc, Updated command line options doc
Diffstat (limited to 'docs/disclaimer.rst')
| -rw-r--r-- | docs/disclaimer.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/disclaimer.rst b/docs/disclaimer.rst index 9e32b28..e523e8a 100644 --- a/docs/disclaimer.rst +++ b/docs/disclaimer.rst @@ -1,10 +1,13 @@ +.. program:: minishell_test + Disclaimer ========== Environement variables ---------------------- -This test only gives the ``PATH`` and ``TERM`` environment variables to your minishell by default (see :ref:`config env`). +| This test only gives the ``PATH`` and ``TERM`` environment variables to your minishell by default. +| You can change the value of ``PATH`` in the :ref:`configuration <config-path-variable>`. You can test this quickly with :option:`--try`. |
