mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 20:55:34 +02:00
false: replace "1" with "non-zero" (#9817)
which is more in line with POSIX
This commit is contained in:
parent
4fa6b9a557
commit
d1f5c17f5a
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
# false
|
# false
|
||||||
|
|
||||||
> Returns an exit code of 1.
|
> Returns a non-zero exit code.
|
||||||
> More information: <https://www.gnu.org/software/coreutils/false>.
|
> More information: <https://www.gnu.org/software/coreutils/false>.
|
||||||
|
|
||||||
- Return an exit code of 1:
|
- Return a non-zero exit code:
|
||||||
|
|
||||||
`false`
|
`false`
|
||||||
|
|
Loading…
Add table
Reference in a new issue