1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

Merge pull request #7303 from rwdj/fix-5692-usage-strings

Fix usage strings for #5692
This commit is contained in:
Sylvestre Ledru 2025-02-17 00:14:17 +01:00 committed by GitHub
commit 511590ad44
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 5 deletions

View file

@ -1,7 +1,7 @@
# hashsum # hashsum
``` ```
hashsum [OPTIONS] [FILE]... hashsum --<digest> [OPTIONS]... [FILE]...
``` ```
Compute and check message digests. Compute and check message digests.

View file

@ -1,7 +1,7 @@
# runcon # runcon
``` ```
runcon [CONTEXT COMMAND [ARG...]] runcon CONTEXT COMMAND [ARG...]
runcon [-c] [-u USER] [-r ROLE] [-t TYPE] [-l RANGE] COMMAND [ARG...] runcon [-c] [-u USER] [-r ROLE] [-t TYPE] [-l RANGE] COMMAND [ARG...]
``` ```

View file

@ -2,11 +2,10 @@
``` ```
test EXPRESSION test EXPRESSION
[ test
[ EXPRESSION ] [ EXPRESSION ]
[ ] [ ]
[ OPTION [ OPTION
]
``` ```
Check file types and compare values. Check file types and compare values.

View file

@ -1,7 +1,7 @@
# unlink # unlink
``` ```
unlink [FILE] unlink FILE
unlink OPTION unlink OPTION
``` ```