mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
c9704ce7ec
Provide a man-page for the cls command. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>
26 lines
337 B
ReStructuredText
26 lines
337 B
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0+
|
|
|
|
cls command
|
|
===========
|
|
|
|
Synopsis
|
|
--------
|
|
|
|
::
|
|
|
|
cls
|
|
|
|
Description
|
|
-----------
|
|
|
|
The cls command clears the screen.
|
|
|
|
Configuration
|
|
-------------
|
|
|
|
The cls command is only available if CONFIG_CMD_CLS=y.
|
|
|
|
Return value
|
|
------------
|
|
|
|
The return value $? is 0 (true) on success and 1 (false) on failure.
|