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

which is more in line with POSIX
pull/3/head
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
1 changed files with 2 additions and 2 deletions

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`