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

true: add more information link (#5631)

This commit is contained in:
marchersimon 2021-03-30 16:01:44 +02:00 committed by GitHub
parent 4f4592712c
commit 6bc3c21fd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -2,6 +2,7 @@
> Returnerar en lyckad utgångsstatuskod på 0.
> Använd detta med || operatör för att göra att ett kommando alltid stänger med 0.
> Mer information: <https://www.gnu.org/software/coreutils/manual/html_node/true-invocation.html>.
- Returnera en lyckad utgångskod:

View file

@ -2,6 +2,7 @@
> Returns a successful exit status code of 0.
> Use this with the || operator to make a command always exit with 0.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/true-invocation.html>.
- Return a successful exit code: