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