From 07a50d57a2369824b2934b5d6f0aba642b631358 Mon Sep 17 00:00:00 2001 From: Christopher Bock Date: Sat, 12 Apr 2025 13:20:15 +0200 Subject: github #131: completion: minor updates _apt-file: add list-indices (wording tweaked by dana) _bug: update bts backends from `reportbug --bts help` output _debsnap: complete -l as --list _deb_architectures: update archs (source: popcon) _losetup: remove "--delete" _rsync: add PROGRESS2 to --info _x_utils: add eventtype "button" --- Completion/Unix/Command/_rsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_rsync') diff --git a/Completion/Unix/Command/_rsync b/Completion/Unix/Command/_rsync index 81d25a3f4..1657d411e 100644 --- a/Completion/Unix/Command/_rsync +++ b/Completion/Unix/Command/_rsync @@ -78,7 +78,7 @@ _rsync_info() { local opts opts=( ${${(M)${(f)"$(_call_program values $words[1] --info=help)"}:#*Mention*}/ ##Me/[me} ) (( $#opts )) && opts=( '(ALL NONE HELP)'${^opts}\] ) - _values -s , 'info option' $opts ALL NONE HELP + _values -s , 'info option' $opts ALL NONE HELP PROGRESS2 } _rsync_debug() { -- cgit v1.2.3-70-g09d2