From aa79c9db6674deb205c7741e11d5520c76217b8d Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 1 Mar 2021 16:26:03 +0100 Subject: Added tests for test/captured --- docs/gettingstarted.rst.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/gettingstarted.rst.inc') diff --git a/docs/gettingstarted.rst.inc b/docs/gettingstarted.rst.inc index f1dce9c..1293f66 100644 --- a/docs/gettingstarted.rst.inc +++ b/docs/gettingstarted.rst.inc @@ -19,7 +19,7 @@ Your executable **must** support the ``-c`` option which allow to pass command a .. code-block:: $ bash -c 'echo bonjour je suis | cat -e' - bonjour he suis$ + bonjour je suis$ $ ./minishell -c 'echo bonjour je suis | cat -e' bonjour je suis$ -- cgit