mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
runcon: fix usage string
runcon requires a context command. Update usage string to match GNU behavior.
This commit is contained in:
parent
0eab0fa83e
commit
4649c717b6
1 changed files with 1 additions and 1 deletions
|
@ -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...]
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue