From 8d36586caf9dccf7ff2e506c43a1b734b29ba160 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Mon, 3 Jul 2023 14:24:34 -0700 Subject: [PATCH] Add down arrow for next command --- 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 33a05706..6730f619 100644 --- a/source/C/command_line.rst +++ b/source/C/command_line.rst @@ -74,4 +74,4 @@ One of the most powerful uses of the command line is called a pipe which allows . Also | is called the pipe character. -To get the previous command you have entered press :kbd:`Up Arrow`. +To get the previous command you have entered press :kbd:`Up Arrow`. To go to the next command in your history press :kbd:`Down Arrow`.