Skip to content

Commit

Permalink
zsh-comp: update description of machine-id to match --help
Browse files Browse the repository at this point in the history
This amends commit b5de1d0 ("Fix inconsistent descriptions of
machine-id option").

Relates to #4689.
  • Loading branch information
kmk3 committed Nov 15, 2021
1 parent 9fc5f0c commit 11f3c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zsh_completion/_firejail.in
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ _firejail_args=(
'--keep-config-pulse[disable automatic ~/.config/pulse init]'
'--keep-dev-shm[/dev/shm directory is untouched (even with --private-dev)]'
'--keep-var-tmp[/var/tmp directory is untouched]'
'--machine-id[spoof /etc/machine-id]'
'--machine-id[spoof /etc/machine-id with a random id]'
'--memory-deny-write-execute[seccomp filter to block attempts to create memory mappings that are both writable and executable]'
'*--mkdir=-[create a directory]:'
'*--mkfile=-[create a file]:'
Expand Down

0 comments on commit 11f3c39

Please sign in to comment.