linuxOS_D21X/source/uboot-2021.10/doc/usage/false.rst

29 lines
293 B
ReStructuredText
Raw Normal View History

2024-11-29 08:13:19 +00:00
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.