From dd4666d82ec24777c47a8f0ffcdc2dde417d7802 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Thu, 7 May 2026 20:07:50 +0200 Subject: 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 --- Completion/Unix/Command/_wget | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/Unix/Command/_wget') diff --git a/Completion/Unix/Command/_wget b/Completion/Unix/Command/_wget index acc8d5c6e..4e49193c8 100644 --- a/Completion/Unix/Command/_wget +++ b/Completion/Unix/Command/_wget @@ -55,7 +55,7 @@ _arguments -C -s \ '--prefer-family=[connect first to addresses of specified family]:address family:(IPv6 IPv4 none)' \ '(--http-user --ftp-user)--user[set both ftp and http user]:user' \ '(--http-password --ftp-password)--password[set both ftp and http password]:password' \ - '(--password --http-password --ftp-password)--ask-password:[prompt for passwords]' \ + '(--password --http-password --ftp-password)--ask-password[prompt for passwords]' \ '--use-askpass=:command:_command_names -e' \ '--no-iri[turn off IRI support]' \ '--local-encoding=[specify local encoding for IRIs]:encoding' \ @@ -105,7 +105,7 @@ _arguments -C -s \ '--certificate=[specify client certificate]:client certificate file:_files' \ '--certificate-type=[specify client certificate type]:certificate type:(PEM DER)' \ '--private-key=[specify private key file]:key file:_files' \ - '--private-key-type=[specify private key type]:key type:key type:(PEM DER)' \ + '--private-key-type=[specify private key type]:key type:(PEM DER)' \ "--ca-certificate=[specify file with bundle of CA's]:file:_files" \ "--ca-directory=[specify dir where hash list of CA's are stored]:directory:_directories" \ '--crl-file=[specify file with bundle of CRLs]:file:_files' \ -- cgit v1.3.1