From 2ae77423200364d3fb6c1823e4ddfb7542c834fb Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 1 Mar 2021 12:39:52 +0100 Subject: Added bonus doc, Updated command line options doc --- docs/disclaimer.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/disclaimer.rst') 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 `. You can test this quickly with :option:`--try`. -- cgit