Fixed default expire time to 1 hour

This commit is contained in:
Eric Renfro 2019-01-06 12:33:32 -05:00
parent d1fd61c52c
commit f5c62ced4c
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)