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 f3b3aace5..567d3134e 100644
--- a/src/firejail/usage.c
+++ b/src/firejail/usage.c
@@ -45,6 +45,7 @@ void usage(void) {
45#endif 45#endif
46 printf(" --blacklist=filename - blacklist directory or file.\n"); 46 printf(" --blacklist=filename - blacklist directory or file.\n");
47 printf(" --build - build a whitelisted profile for the application.\n"); 47 printf(" --build - build a whitelisted profile for the application.\n");
48 printf(" --build=filename - build a whitelisted profile for the application.\n");
48 printf(" -c - execute command and exit.\n"); 49 printf(" -c - execute command and exit.\n");
49 printf(" --caps - enable default Linux capabilities filter.\n"); 50 printf(" --caps - enable default Linux capabilities filter.\n");
50 printf(" --caps.drop=all - drop all capabilities.\n"); 51 printf(" --caps.drop=all - drop all capabilities.\n");