aboutsummaryrefslogtreecommitdiffstats
path: root/src/zsh_completion
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/zsh_completion
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/zsh_completion')
-rw-r--r--src/zsh_completion/_firejail.in2
1 files changed, 1 insertions, 1 deletions
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]: :'