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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/firejail/usage.c b/src/firejail/usage.c
index b67300618..6b7a666db 100644
--- a/src/firejail/usage.c
+++ b/src/firejail/usage.c
@@ -252,7 +252,6 @@ void usage(void) {
252 printf(" --tracelog - add a syslog message for every access to files or\n"); 252 printf(" --tracelog - add a syslog message for every access to files or\n");
253 printf("\tdirectoires blacklisted by the security profile.\n\n"); 253 printf("\tdirectoires blacklisted by the security profile.\n\n");
254 printf(" --tree - print a tree of all sandboxed processes.\n\n"); 254 printf(" --tree - print a tree of all sandboxed processes.\n\n");
255 printf(" --user=new_user - switch the user before starting the sandbox.\n\n");
256 printf(" --version - print program version and exit.\n\n"); 255 printf(" --version - print program version and exit.\n\n");
257#ifdef HAVE_WHITELIST 256#ifdef HAVE_WHITELIST
258 printf(" --whitelist=dirname_or_filename - whitelist directory or file.\n\n"); 257 printf(" --whitelist=dirname_or_filename - whitelist directory or file.\n\n");