diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2026-05-07 20:07:50 +0200 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2026-05-16 18:28:26 +0200 |
| commit | dd4666d82ec24777c47a8f0ffcdc2dde417d7802 (patch) | |
| tree | 73d373828fccfc29ecb748eb72d43824d1ee8458 /Completion/Unix/Command/_sudo | |
| parent | 54531: completers: remove spurious ; in "case $foo; in" (diff) | |
| download | zsh-dd4666d82ec24777c47a8f0ffcdc2dde417d7802.tar zsh-dd4666d82ec24777c47a8f0ffcdc2dde417d7802.tar.gz zsh-dd4666d82ec24777c47a8f0ffcdc2dde417d7802.tar.bz2 zsh-dd4666d82ec24777c47a8f0ffcdc2dde417d7802.tar.lz zsh-dd4666d82ec24777c47a8f0ffcdc2dde417d7802.tar.xz zsh-dd4666d82ec24777c47a8f0ffcdc2dde417d7802.tar.zst zsh-dd4666d82ec24777c47a8f0ffcdc2dde417d7802.zip | |
54532: completers: various small fixes
_find: - and + were reversed compared to the disp string
_zstyle: fix typo breaking chpwd-specific style completion
_sudo: minor typo in exclusion list
_rsync: fix some minor thinkos
_ip: fix a few typos
_sort: remove double --ignore-nonprinting line
_df: fix typo widge -> wedge
_tmux: fix various issues
_mount: defperm confusion
_sed: typo
_netstat: fix -4/-6 typo
_wget: fix some syntactical typos
_subversion: fix using wrong cache name
_lsof: typo
_ffmpeg: fix copy-pasto in for scodecs
_ansible: --skip-tags also takes tags
Diffstat (limited to 'Completion/Unix/Command/_sudo')
| -rw-r--r-- | Completion/Unix/Command/_sudo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_sudo b/Completion/Unix/Command/_sudo index 18da0f79e..33a9d6c0c 100644 --- a/Completion/Unix/Command/_sudo +++ b/Completion/Unix/Command/_sudo @@ -52,7 +52,7 @@ else '(--preserve-env -i --login -s --shell -e --edit)-E[preserve user environment when running command]' \ '(-E -i --login -s --shell -e --edit)--preserve-env=-[preserve user environment when running command]::environment variable:_sequence _parameters -g "*export*"' \ '(-H --set-home -i --login -s --shell -e --edit)'{-H,--set-home}"[set HOME variable to target user's home dir]" \ - '(-P --preserve-groups -i -login -s --shell -e --edit)'{-P,--preserve-groups}"[preserve group vector instead of setting to target's]" \ + '(-P --preserve-groups -i --login -s --shell -e --edit)'{-P,--preserve-groups}"[preserve group vector instead of setting to target's]" \ '*:: :->normal' ) fi |
