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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/firejail/usage.c b/src/firejail/usage.c
index 76c12ecc1..238205c04 100644
--- a/src/firejail/usage.c
+++ b/src/firejail/usage.c
@@ -140,6 +140,8 @@ void usage(void) {
140 140
141 printf("\t--netstats - monitor network statistics for sandboxes creating a new\n"); 141 printf("\t--netstats - monitor network statistics for sandboxes creating a new\n");
142 printf("\t\tnetwork namespace.\n\n"); 142 printf("\t\tnetwork namespace.\n\n");
143 printf("\t--noblacklist=dirname_or_filename - disable blacklist for directory\n");
144 printf("\t\tor file.\n\n");
143 printf("\t--nogroups - disable supplementary groups. Without this option,\n"); 145 printf("\t--nogroups - disable supplementary groups. Without this option,\n");
144 printf("\t\tsupplementary groups are enabled for the user starting the\n"); 146 printf("\t\tsupplementary groups are enabled for the user starting the\n");
145 printf("\t\tsandbox. For root user supplementary groups are always\n"); 147 printf("\t\tsandbox. For root user supplementary groups are always\n");