]> Git Repo - J-u-boot.git/blob - doc/usage/false.rst
Merge branch '2021-04-20-assorted-improvements'
[J-u-boot.git] / doc / usage / false.rst
1 false command
2 =============
3
4 Synopsis
5 --------
6
7 ::
8
9     false
10
11 Description
12 -----------
13
14 The false command sets the return value $? to 1 (false).
15
16 Example
17 -------
18
19 ::
20
21     => false; echo $?
22     1
23     =>
24
25 Configuration
26 -------------
27
28 The false command is only available if CONFIG_HUSH_PARSER=y.
This page took 0.026966 seconds and 4 git commands to generate.