diff --git a/CHANGELOG b/CHANGELOG index dae3537..54c388e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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) diff --git a/dt-s3-backup.sh b/dt-s3-backup.sh index 4706a87..44e1bfd 100755 --- a/dt-s3-backup.sh +++ b/dt-s3-backup.sh @@ -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} \