diff options
author | Florian Pritz <bluewind@xinu.at> | 2017-06-19 23:43:45 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2017-06-19 23:43:45 +0200 |
commit | 5d9e5683aa403b898902482579ed8f1d5bbdd080 (patch) | |
tree | 3e03a53801d336c2dca7f11b501746d3523a9e93 /script | |
parent | d50a82076740b1477b5cc8591c5c82d6141aa8eb (diff) | |
download | App-BorgRestore-5d9e5683aa403b898902482579ed8f1d5bbdd080.tar.gz App-BorgRestore-5d9e5683aa403b898902482579ed8f1d5bbdd080.tar.xz |
Add --version to -h output
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'script')
-rwxr-xr-x | script/borg-restore.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/borg-restore.pl b/script/borg-restore.pl index 0987c33..85fc4d4 100755 --- a/script/borg-restore.pl +++ b/script/borg-restore.pl @@ -19,6 +19,7 @@ borg-restore.pl [options] <path> <time spec> old --adhoc Do not use the cache, instead provide an unfiltered list of archive to choose from + --version display the version of the program Time spec: Select the newest backup that is at least <time spec> old. |