From c82604ca5073a5e64e46c7f366e5648aed1c867b Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sat, 22 Jun 2019 01:27:16 -0700 Subject: [PATCH] Remove unintended text --- source/C/command_line.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/C/command_line.rst b/source/C/command_line.rst index 1cf3ac6b..f38b80c8 100644 --- a/source/C/command_line.rst +++ b/source/C/command_line.rst @@ -57,5 +57,5 @@ If you want just to see the contents of a file on standard output run .. code:: cat [filename] - + If you have a command and you don't want to type the whole thing out you can press the :kbd:`tab` key.