aboutsummaryrefslogtreecommitdiffstats
path: root/src/zsh_completion
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-11-15 17:25:16 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-11-15 17:25:16 -0300
commit11f3c3997034536447e745c8cbb7895c89145a89 (patch)
treeb1b56355cc22cc223f2b5827acdfaa92bd129d15 /src/zsh_completion
parentMerge pull request #4690 from kmk3/docs-fix-machine-id (diff)
downloadfirejail-11f3c3997034536447e745c8cbb7895c89145a89.tar.gz
firejail-11f3c3997034536447e745c8cbb7895c89145a89.tar.zst
firejail-11f3c3997034536447e745c8cbb7895c89145a89.zip
zsh-comp: update description of machine-id to match --help
This amends commit b5de1d0f9 ("Fix inconsistent descriptions of machine-id option"). Relates to #4689.
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 f3090b31c..6ce71aed8 100644
--- a/src/zsh_completion/_firejail.in
+++ b/src/zsh_completion/_firejail.in
@@ -105,7 +105,7 @@ _firejail_args=(
105 '--keep-config-pulse[disable automatic ~/.config/pulse init]' 105 '--keep-config-pulse[disable automatic ~/.config/pulse init]'
106 '--keep-dev-shm[/dev/shm directory is untouched (even with --private-dev)]' 106 '--keep-dev-shm[/dev/shm directory is untouched (even with --private-dev)]'
107 '--keep-var-tmp[/var/tmp directory is untouched]' 107 '--keep-var-tmp[/var/tmp directory is untouched]'
108 '--machine-id[spoof /etc/machine-id]' 108 '--machine-id[spoof /etc/machine-id with a random id]'
109 '--memory-deny-write-execute[seccomp filter to block attempts to create memory mappings that are both writable and executable]' 109 '--memory-deny-write-execute[seccomp filter to block attempts to create memory mappings that are both writable and executable]'
110 '*--mkdir=-[create a directory]:' 110 '*--mkdir=-[create a directory]:'
111 '*--mkfile=-[create a file]:' 111 '*--mkfile=-[create a file]:'