aboutsummaryrefslogtreecommitdiff
path: root/docs/disclaimer.rst
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-03-01 12:39:52 +0100
committerCharles Cabergs <me@cacharle.xyz>2021-03-01 12:39:52 +0100
commit2ae77423200364d3fb6c1823e4ddfb7542c834fb (patch)
tree4109daa4b22e5febc7a844042bebfcda36208bf2 /docs/disclaimer.rst
parent072ec79b51cb4af45b168bf6f73941d1de94c8ae (diff)
downloadminishell_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.rst5
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`.