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, 1 insertions, 0 deletions
diff --git a/src/firejail/usage.c b/src/firejail/usage.c
index 8b61629f4..8c738a0fc 100644
--- a/src/firejail/usage.c
+++ b/src/firejail/usage.c
@@ -209,6 +209,7 @@ void usage(void) {
209 printf("\tcreated for the real user ID of the calling process.\n\n"); 209 printf("\tcreated for the real user ID of the calling process.\n\n");
210 printf(" --rlimit-sigpending=number - set the maximum number of pending signals\n"); 210 printf(" --rlimit-sigpending=number - set the maximum number of pending signals\n");
211 printf("\tfor a process.\n\n"); 211 printf("\tfor a process.\n\n");
212 printf(" --read-write=dirname_or_filename - set directory or file read-write..\n\n");
212#ifdef HAVE_NETWORK 213#ifdef HAVE_NETWORK
213 printf(" --scan - ARP-scan all the networks from inside a network namespace.\n"); 214 printf(" --scan - ARP-scan all the networks from inside a network namespace.\n");
214 printf("\tThis makes it possible to detect macvlan kernel device drivers\n"); 215 printf("\tThis makes it possible to detect macvlan kernel device drivers\n");