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 531eba379..5021025e8 100644
--- a/src/firejail/usage.c
+++ b/src/firejail/usage.c
@@ -230,6 +230,8 @@ void usage(void) {
230 printf("\t\tfilesystem, and copy the files and directories in the list.\n"); 230 printf("\t\tfilesystem, and copy the files and directories in the list.\n");
231 printf("\t\tAll modifications are discarded when the sandbox is closed.\n\n"); 231 printf("\t\tAll modifications are discarded when the sandbox is closed.\n\n");
232 232
233 printf("\t--private-tmp - mount a tmpfs on top of /tmp directory\n\n");
234
233 printf("\t--profile=filename - use a custom profile.\n\n"); 235 printf("\t--profile=filename - use a custom profile.\n\n");
234 printf("\t--profile-path=directory - use this directory to look for profile files.\n\n"); 236 printf("\t--profile-path=directory - use this directory to look for profile files.\n\n");
235 237