uu_false 0.0.27

false ~ (uutils) do nothing and fail
Documentation
1
2
3
4
5
6
7
8
9
10
11
# false

```
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`.