Fixed default expire time to 1 hour

This commit is contained in:
Eric Renfro 2019-01-06 12:33:32 -05:00
parent d43d41f9b3
commit 9815558c05
Signed by: psi-jack
GPG Key ID: 14977F3A50D9A5BF
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ function lhpaste() {
local server_url="https://paste.linux-help.org"
local o_apikey
local o_expire=(--expire 3600)
local o_expire=(--expire 60)
local o_help
local o_lang
local o_name=(--name Psi-Jack)