sort.py: fix missing/duplicated commands in usage

This commit is contained in:
Kelvin M. Klann 2023-10-25 13:55:27 -03:00
parent 30c30f57fe
commit ee27c8e15c

View file

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