From 193c6230d429313851cf5545d4ff091a4d8e240d Mon Sep 17 00:00:00 2001 From: Dugi Date: Mon, 25 Nov 2024 21:05:32 +0300 Subject: [PATCH] clear: fix -x description (#14966) Co-authored-by: Wiktor Perskawiec Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/common/clear.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/clear.md b/pages/common/clear.md index 2e680b424c..d9efd138ae 100644 --- a/pages/common/clear.md +++ b/pages/common/clear.md @@ -3,11 +3,11 @@ > Clears the screen of the terminal. > More information: . -- Clear the screen (equivalent to pressing Control-L in Bash shell): +- Clear the screen: `clear` -- Clear the screen but keep the terminal's scrollback buffer: +- Clear the screen but keep the terminal's scrollback buffer (equivalent to pressing Ctrl + L in Bash): `clear -x`