diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-03-01 16:26:03 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-03-01 16:26:03 +0100 |
| commit | aa79c9db6674deb205c7741e11d5520c76217b8d (patch) | |
| tree | 35de4f9eedaf310f83074f74c8c6444480606748 /docs/gettingstarted.rst.inc | |
| parent | 6848c33412a4f57ae4de6a05d27a5b767ce89fe1 (diff) | |
| download | minishell_test-aa79c9db6674deb205c7741e11d5520c76217b8d.tar.gz minishell_test-aa79c9db6674deb205c7741e11d5520c76217b8d.tar.bz2 minishell_test-aa79c9db6674deb205c7741e11d5520c76217b8d.zip | |
Added tests for test/captured
Diffstat (limited to 'docs/gettingstarted.rst.inc')
| -rw-r--r-- | docs/gettingstarted.rst.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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$ |
