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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/firejail/usage.c b/src/firejail/usage.c
index 5eab05076..07ab04021 100644
--- a/src/firejail/usage.c
+++ b/src/firejail/usage.c
@@ -149,6 +149,9 @@ void usage(void) {
149 printf("\t--netfilter=filename - enable the network filter specified by\n"); 149 printf("\t--netfilter=filename - enable the network filter specified by\n");
150 printf("\t\tfilename in the new network namespace. The filter file format\n"); 150 printf("\t\tfilename in the new network namespace. The filter file format\n");
151 printf("\t\tis the format of iptables-save and iptable-restore commands.\n\n"); 151 printf("\t\tis the format of iptables-save and iptable-restore commands.\n\n");
152 printf("\t--netfilter6=filename - enable the IPv6 network filter specified by\n");
153 printf("\t\tfilename in the new network namespace. The filter file format\n");
154 printf("\t\tis the format of ip6tables-save and ip6table-restore commands.\n\n");
152 155
153 printf("\t--netstats - monitor network statistics for sandboxes creating a new\n"); 156 printf("\t--netstats - monitor network statistics for sandboxes creating a new\n");
154 printf("\t\tnetwork namespace.\n\n"); 157 printf("\t\tnetwork namespace.\n\n");