aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/usage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/firejail/usage.c')
-rw-r--r--src/firejail/usage.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/firejail/usage.c b/src/firejail/usage.c
index 3e4a0d1c3..539785f21 100644
--- a/src/firejail/usage.c
+++ b/src/firejail/usage.c
@@ -180,8 +180,7 @@ void usage(void) {
180 printf(" --private=directory - use directory as user home.\n\n"); 180 printf(" --private=directory - use directory as user home.\n\n");
181 181
182 printf(" --private-bin=file,file - build a new /bin in a temporary filesystem,\n"); 182 printf(" --private-bin=file,file - build a new /bin in a temporary filesystem,\n");
183 printf("\tand copy the programs in the list. The same directory is\n"); 183 printf("\tand copy the programs in the list.\n\n");
184 printf("\talso bind-mounted over /sbin, /usr/bin and /usr/sbin.\n\n");
185 184
186 printf(" --private-dev - create a new /dev directory. Only dri, null, full, zero,\n"); 185 printf(" --private-dev - create a new /dev directory. Only dri, null, full, zero,\n");
187 printf("\ttty, pst, ptms, random, urandom, log and shm devices are available.\n\n"); 186 printf("\ttty, pst, ptms, random, urandom, log and shm devices are available.\n\n");