mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-22 04:44:46 +00:00

Add the description of CLI commands to the generated index. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
31 lines
332 B
ReStructuredText
31 lines
332 B
ReStructuredText
.. index::
|
|
single: false (command)
|
|
|
|
false command
|
|
=============
|
|
|
|
Synopsis
|
|
--------
|
|
|
|
::
|
|
|
|
false
|
|
|
|
Description
|
|
-----------
|
|
|
|
The false command sets the return value $? to 1 (false).
|
|
|
|
Example
|
|
-------
|
|
|
|
::
|
|
|
|
=> false; echo $?
|
|
1
|
|
=>
|
|
|
|
Configuration
|
|
-------------
|
|
|
|
The false command is only available if CONFIG_HUSH_PARSER=y.
|