false
v0.0.28
false
Returns false, an unsuccessful exit status.
Immediately returns with the exit status 1
. When invoked with one of the recognized options it
will try to write the help or version text. Any IO error during this operation is diagnosed, yet
the program will also return 1
.
Options
--help
-
Print help information
--version
-
Print version information
Examples
Return a non-zero exit code:
false
The examples are provided by the tldr-pages project under the CC BY 4.0 License.
Please note that, as uutils is a work in progress, some examples might fail.