mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
sort.py: fix missing/duplicated commands in usage
This commit is contained in:
parent
30c30f57fe
commit
ee27c8e15c
1 changed files with 2 additions and 2 deletions
|
|
@ -15,8 +15,8 @@ Usage: {path.basename(argv[0])} [/path/to/profile ...]
|
|||
|
||||
The following commands are supported:
|
||||
|
||||
private-bin, private-etc, private-lib, caps.drop, caps.keep, seccomp.drop,
|
||||
seccomp.drop, protocol
|
||||
private-bin, private-etc, private-lib, caps.drop, caps.keep, seccomp,
|
||||
seccomp.drop, seccomp.keep, protocol
|
||||
|
||||
Note that this is only applicable to commands that support multiple arguments.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue