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

runcon: fix usage string

runcon requires a context command. Update usage string to match GNU
behavior.
This commit is contained in:
RWDJ 2025-02-15 18:40:47 -06:00
parent 0eab0fa83e
commit 4649c717b6
No known key found for this signature in database
GPG key ID: DB989D505E0091E4

View file

@ -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...]
```