[Bash-completion-commits] [SCM] bash-completion branch, master, updated. d270695374e2f9636117815b4e2641064513b4f5

Ville Skyttä ville.skytta at iki.fi
Sun May 9 20:12:52 UTC 2010


The following commit has been merged in the master branch:
commit 7a62d5b4f935591b0efd942772b86dee52ffa303
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sun May 9 23:11:46 2010 +0300

    Remove duplicate --checksum, add "missing" trailing backslash.

diff --git a/contrib/rsync b/contrib/rsync
index 6fef52b..de73da9 100644
--- a/contrib/rsync
+++ b/contrib/rsync
@@ -32,8 +32,8 @@ _rsync()
 
     case $cur in
         -*)
-            COMPREPLY=( $( compgen -W '--verbose --quiet --checksum --no-motd \
-                --checksum --archive --recursive --relative --no-implied-dirs \
+            COMPREPLY=( $( compgen -W '--verbose --quiet --no-motd --checksum \
+                --archive --recursive --relative --no-implied-dirs \
                 --backup --backup-dir --suffix= --update --inplace --append \
                 --append-verify --dirs --links --copy-links \
                 --copy-unsafe-links --safe-links --copy-dirlinks \
@@ -51,7 +51,7 @@ _rsync()
                 --temp-dir= --fuzzy --compare-dest= --copy-dest= --link-dest= \
                 --compress --compress-level= --skip-compress= --cvs-exclude \
                 --filter= --exclude= --exclude-from= --include= \
-                --include-from= --files-from= --from0 --protect-args
+                --include-from= --files-from= --from0 --protect-args \
                 --address= --port= --sockopts= --blocking-io --no-blocking-io \
                 --stats --8-bit-output --human-readable --progress \
                 --itemize-changes --out-format= --log-file= \

-- 
bash-completion



More information about the Bash-completion-commits mailing list