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:
commit
511590ad44
4 changed files with 4 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# hashsum
|
||||
|
||||
```
|
||||
hashsum [OPTIONS] [FILE]...
|
||||
hashsum --<digest> [OPTIONS]... [FILE]...
|
||||
```
|
||||
|
||||
Compute and check message digests.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# runcon
|
||||
|
||||
```
|
||||
runcon [CONTEXT COMMAND [ARG...]]
|
||||
runcon CONTEXT COMMAND [ARG...]
|
||||
runcon [-c] [-u USER] [-r ROLE] [-t TYPE] [-l RANGE] COMMAND [ARG...]
|
||||
```
|
||||
|
||||
|
|
|
@ -2,11 +2,10 @@
|
|||
|
||||
```
|
||||
test EXPRESSION
|
||||
[
|
||||
test
|
||||
[ EXPRESSION ]
|
||||
[ ]
|
||||
[ OPTION
|
||||
]
|
||||
```
|
||||
|
||||
Check file types and compare values.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# unlink
|
||||
|
||||
```
|
||||
unlink [FILE]
|
||||
unlink FILE
|
||||
unlink OPTION
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue