aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-10-25 13:55:27 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-10-25 14:19:43 -0300
commitee27c8e15c73c46a1d4913dc12a207ca803bcbe3 (patch)
treea0674322ee1332e990bb606c0705909a99e38d75 /contrib
parentprofiles: Extend node stack support for pnpm (#6063) (diff)
downloadfirejail-ee27c8e15c73c46a1d4913dc12a207ca803bcbe3.tar.gz
firejail-ee27c8e15c73c46a1d4913dc12a207ca803bcbe3.tar.zst
firejail-ee27c8e15c73c46a1d4913dc12a207ca803bcbe3.zip
sort.py: fix missing/duplicated commands in usage
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/sort.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/sort.py b/contrib/sort.py
index cdeecf99b..026384e1a 100755
--- a/contrib/sort.py
+++ b/contrib/sort.py
@@ -15,8 +15,8 @@ Usage: {path.basename(argv[0])} [/path/to/profile ...]
15 15
16The following commands are supported: 16The following commands are supported:
17 17
18 private-bin, private-etc, private-lib, caps.drop, caps.keep, seccomp.drop, 18 private-bin, private-etc, private-lib, caps.drop, caps.keep, seccomp,
19 seccomp.drop, protocol 19 seccomp.drop, seccomp.keep, protocol
20 20
21Note that this is only applicable to commands that support multiple arguments. 21Note that this is only applicable to commands that support multiple arguments.
22 22