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

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


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

    Add --old-dirs to option completions.

diff --git a/contrib/rsync b/contrib/rsync
index de73da9..31324e5 100644
--- a/contrib/rsync
+++ b/contrib/rsync
@@ -35,7 +35,7 @@ _rsync()
             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 \
+                --append-verify --dirs --old-dirs --links --copy-links \
                 --copy-unsafe-links --safe-links --copy-dirlinks \
                 --keep-dirlinks --hard-links --perms --executability --chmod= \
                 --acls --xattrs --owner --group --devices --copy-devices \

-- 
bash-completion



More information about the Bash-completion-commits mailing list