summaryrefslogtreecommitdiff
path: root/doc/usage/false.rst
blob: a17fe8602176992b2b06d3efdc756943a92e4955 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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.