aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-08-31 19:52:51 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-09-02 20:44:01 -0300
commit0f27981d728d9c8449ac38f79a7c168f8be1cf19 (patch)
treec314ab5ceeee61cb6afec93787ed05d1e914bd2e /src
parentRevert "allow/deny help and man pages" (diff)
downloadfirejail-0f27981d728d9c8449ac38f79a7c168f8be1cf19.tar.gz
firejail-0f27981d728d9c8449ac38f79a7c168f8be1cf19.tar.zst
firejail-0f27981d728d9c8449ac38f79a7c168f8be1cf19.zip
Fix typo of "parent"
Diffstat (limited to 'src')
-rw-r--r--src/firejail/usage.c2
-rw-r--r--src/zsh_completion/_firejail.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/firejail/usage.c b/src/firejail/usage.c
index 082a0b306..43f862b9d 100644
--- a/src/firejail/usage.c
+++ b/src/firejail/usage.c
@@ -146,7 +146,7 @@ static char *usage_str =
146 " --netfilter6=filename - enable IPv6 firewall.\n" 146 " --netfilter6=filename - enable IPv6 firewall.\n"
147 " --netfilter6.print=name|pid - print the IPv6 firewall.\n" 147 " --netfilter6.print=name|pid - print the IPv6 firewall.\n"
148 " --netmask=address - define a network mask when dealing with unconfigured\n" 148 " --netmask=address - define a network mask when dealing with unconfigured\n"
149 "\tparrent interfaces.\n" 149 "\tparent interfaces.\n"
150 " --netns=name - Run the program in a named, persistent network namespace.\n" 150 " --netns=name - Run the program in a named, persistent network namespace.\n"
151 " --netstats - monitor network statistics.\n" 151 " --netstats - monitor network statistics.\n"
152#endif 152#endif
diff --git a/src/zsh_completion/_firejail.in b/src/zsh_completion/_firejail.in
index 666dfd4c2..c7f6ee3f1 100644
--- a/src/zsh_completion/_firejail.in
+++ b/src/zsh_completion/_firejail.in
@@ -218,7 +218,7 @@ _firejail_args=(
218 '--netfilter.print=-[print the firewall name|pid]: :_all_firejails' 218 '--netfilter.print=-[print the firewall name|pid]: :_all_firejails'
219 '--netfilter6=-[enable IPv6 firewall]: :' 219 '--netfilter6=-[enable IPv6 firewall]: :'
220 '--netfilter6.print=-[print the IPv6 firewall name|pid]: :_all_firejails' 220 '--netfilter6.print=-[print the IPv6 firewall name|pid]: :_all_firejails'
221 '--netmask=-[define a network mask when dealing with unconfigured parrent interfaces]: :' 221 '--netmask=-[define a network mask when dealing with unconfigured parent interfaces]: :'
222 '--netns=-[Run the program in a named, persistent network namespace]: :' 222 '--netns=-[Run the program in a named, persistent network namespace]: :'
223 '--netstats[monitor network statistics]' 223 '--netstats[monitor network statistics]'
224 '--interface=-[move interface in sandbox]: :' 224 '--interface=-[move interface in sandbox]: :'