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, 1 insertions, 1 deletions
diff --git a/src/firejail/usage.c b/src/firejail/usage.c
index 43e21433e..d3cad1e63 100644
--- a/src/firejail/usage.c
+++ b/src/firejail/usage.c
@@ -85,7 +85,7 @@ void usage(void) {
85 85
86 printf("\t--help, -? - this help screen.\n\n"); 86 printf("\t--help, -? - this help screen.\n\n");
87 printf("\t--hostname=name - set sandbox hostname.\n\n"); 87 printf("\t--hostname=name - set sandbox hostname.\n\n");
88 88 printf("\t--ignore=command - ignore command in profile files.\n\n");
89 printf("\t--interface=name - move interface in a new network namespace. Up to\n"); 89 printf("\t--interface=name - move interface in a new network namespace. Up to\n");
90 printf("\t\tfour --interface options can be sepcified.\n\n"); 90 printf("\t\tfour --interface options can be sepcified.\n\n");
91 91