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 d0292f524..cefb63a85 100644
--- a/src/firejail/usage.c
+++ b/src/firejail/usage.c
@@ -143,6 +143,7 @@ void usage(void) {
143 printf(" --noroot - install a user namespace with only the current user.\n"); 143 printf(" --noroot - install a user namespace with only the current user.\n");
144#endif 144#endif
145 printf(" --nosound - disable sound system.\n"); 145 printf(" --nosound - disable sound system.\n");
146 printf(" --noautopulse - disable automatic ~/.config/pulse init.\n");
146 printf(" --novideo - disable video devices.\n"); 147 printf(" --novideo - disable video devices.\n");
147 printf(" --nowhitelist=filename - disable whitelist for file or directory .\n"); 148 printf(" --nowhitelist=filename - disable whitelist for file or directory .\n");
148 printf(" --output=logfile - stdout logging and log rotation.\n"); 149 printf(" --output=logfile - stdout logging and log rotation.\n");