Fixed default expire time to 1 hour
This commit is contained in:
parent
d43d41f9b3
commit
9815558c05
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue