Fixed --list-current-files. Closes GH-1.

This commit is contained in:
Damon Timm 2010-04-05 17:06:21 -04:00
parent 92bb5fb408
commit 1d19a64bc7

View file

@ -376,7 +376,7 @@ elif [ "$1" = "--restore-file" ]; then
INCLUDE="--file-to-restore ${FILE_TO_RESTORE}" INCLUDE="--file-to-restore ${FILE_TO_RESTORE}"
duplicity_backup duplicity_backup
elif [ "$1" = "--list-files" ]; then elif [ "$1" = "--list-current-files" ]; then
check_variables check_variables
OPTION="list-current-files" OPTION="list-current-files"
${DUPLICITY} ${OPTION} ${VERBOSITY} ${STATIC_OPTIONS} \ ${DUPLICITY} ${OPTION} ${VERBOSITY} ${STATIC_OPTIONS} \