1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 17:55:23 +02:00

false: replace "1" with "non-zero" (#9817)

which is more in line with POSIX
This commit is contained in:
pixel 2023-02-02 03:59:35 +01:00 committed by GitHub
parent 4fa6b9a557
commit d1f5c17f5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,8 @@
# false
> Returns an exit code of 1.
> Returns a non-zero exit code.
> More information: <https://www.gnu.org/software/coreutils/false>.
- Return an exit code of 1:
- Return a non-zero exit code:
`false`