diff options
author | Bo Ørsted Andresen <bo.andresen@zlin.dk> | 2007-02-28 13:13:30 +0000 |
---|---|---|
committer | Bo Ørsted Andresen <bo.andresen@zlin.dk> | 2007-02-28 13:13:30 +0000 |
commit | 6203da844f5eb2caf6c1359d804b42c718f0e4f1 (patch) | |
tree | 18fd1997279fda418394711fc63b119ff15f04f0 | |
parent | c20153114ed58161cd979928a4e99e4047a4c879 (diff) | |
download | wgetpaste-6203da844f5eb2caf6c1359d804b42c718f0e4f1.tar.gz |
show_expiration_options() for rafb now shows that pastes on rafb.net expires after 24 hours.
-rwxr-xr-x | wgetpaste | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -183,6 +183,11 @@ show_expiration_options() { echo " $(eval "echo \${${SERVICE}_EXPIRATION_OPTIONS[index]}")" done ;; + rafb ) + echo 1>&2 + echo "Pastes on ${SERVICE}: $(get_recipient) expires after 24 hours." 1>&2 + echo "${SERVICE} has no suppport for setting expiration." 1>&2 + ;; * ) echo 1>&2 echo "${SERVICE} has no suppport for setting expiration." 1>&2 |