summaryrefslogtreecommitdiffstats
path: root/src/firejail/usage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/firejail/usage.c')
-rw-r--r--src/firejail/usage.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/firejail/usage.c b/src/firejail/usage.c
index 4222d4d1c..0bc3b20fd 100644
--- a/src/firejail/usage.c
+++ b/src/firejail/usage.c
@@ -200,6 +200,8 @@ void usage(void) {
200 printf(" --shell=none - run the program directly without a user shell.\n"); 200 printf(" --shell=none - run the program directly without a user shell.\n");
201 printf(" --shell=program - set default user shell.\n"); 201 printf(" --shell=program - set default user shell.\n");
202 printf(" --shutdown=name|pid - shutdown the sandbox identified by name or PID.\n"); 202 printf(" --shutdown=name|pid - shutdown the sandbox identified by name or PID.\n");
203 printf(" --timeout=hh:mm:ss - kill the sandbox automatically after the time\n");
204 printf("\thas elapsed.\n");
203 printf(" --tmpfs=dirname - mount a tmpfs filesystem on directory dirname.\n"); 205 printf(" --tmpfs=dirname - mount a tmpfs filesystem on directory dirname.\n");
204 printf(" --top - monitor the most CPU-intensive sandboxes.\n"); 206 printf(" --top - monitor the most CPU-intensive sandboxes.\n");
205 printf(" --trace - trace open, access and connect system calls.\n"); 207 printf(" --trace - trace open, access and connect system calls.\n");