diff options
| -rwxr-xr-x | d-backup | 2 | ||||
| -rwxr-xr-x | xe | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -25,7 +25,7 @@ Commands: list list files from backup restore restore files from backup Options: - --time time specify the time from which to restore or list files + --time|-t time specify the time from which to restore or list files EOF } @@ -15,7 +15,7 @@ to=${1:3:3} get_value() { script=$(tempfile) - url="http://www.xe.com/currencyconverter/convert/?Amount=1&From=$from&To=$to" + url="https://www.xe.com/currencyconverter/convert/?Amount=1&From=$from&To=$to" cat <<EOF >$script var page = require('webpage').create(); page.open('$url', function(status) { |
