Change --list-current-file to --list-files, more easy
This commit is contained in:
parent
7f6cf36492
commit
ed00dae498
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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} \
|
||||
|
|
|
|||
Loading…
Reference in a new issue