aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/firejail/usage.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/firejail/usage.c b/src/firejail/usage.c
index c98ad3620..77bfea8c6 100644
--- a/src/firejail/usage.c
+++ b/src/firejail/usage.c
@@ -208,6 +208,7 @@ static char *usage_str =
208 "\twhitelist the syscalls specified by the command.\n" 208 "\twhitelist the syscalls specified by the command.\n"
209 " --seccomp.print=name|pid - print the seccomp filter for the sandbox\n" 209 " --seccomp.print=name|pid - print the seccomp filter for the sandbox\n"
210 "\tidentified by name or PID.\n" 210 "\tidentified by name or PID.\n"
211 " --seccomp.32[.drop,.keep][=syscall] - like above but for 32 bit architecture.\n"
211#endif 212#endif
212 " --shell=none - run the program directly without a user shell.\n" 213 " --shell=none - run the program directly without a user shell.\n"
213 " --shell=program - set default user shell.\n" 214 " --shell=program - set default user shell.\n"