Change --list-current-file to --list-files, more easy

This commit is contained in:
Mario Santagiuliana 2010-02-23 18:52:06 +01:00
parent 7f6cf36492
commit ed00dae498
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
Version Four (marionline)
* Add --list-current-files to view in the standart-output files stored in my archive
* Add --list-files to view in the standart-output files stored in my archive
* Modification on --restore: if I provide a path to --restore option I don't want to answare a confermation question too
Version Four (0.4)

View file

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