clear: fix -x description (#14966)

Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
Dugi
2024-11-25 21:05:32 +03:00
committed by GitHub
parent f8e3196ab8
commit 193c6230d4

View File

@@ -3,11 +3,11 @@
> Clears the screen of the terminal. > Clears the screen of the terminal.
> More information: <https://manned.org/clear>. > More information: <https://manned.org/clear>.
- Clear the screen (equivalent to pressing Control-L in Bash shell): - Clear the screen:
`clear` `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` `clear -x`