From ed00dae49894a06d1a1f3236852bdb78b3261d64 Mon Sep 17 00:00:00 2001 From: Mario Santagiuliana Date: Tue, 23 Feb 2010 18:52:06 +0100 Subject: [PATCH] Change --list-current-file to --list-files, more easy --- CHANGELOG | 2 +- dt-s3-backup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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} \