mirror of
https://github.com/benapetr/stikkit.git
synced 2025-04-26 04:51:09 -05:00
changed default expiry time to unlimited
This commit is contained in:
parent
446a4ee091
commit
5fb127f912
@ -21,7 +21,7 @@ using namespace std;
|
|||||||
unsigned int Configuration::Verbosity = 0;
|
unsigned int Configuration::Verbosity = 0;
|
||||||
string Configuration::Source = "";
|
string Configuration::Source = "";
|
||||||
string Configuration::URL = "";
|
string Configuration::URL = "";
|
||||||
string Configuration::Expiry = "60";
|
string Configuration::Expiry = "0";
|
||||||
bool Configuration::Private = false;
|
bool Configuration::Private = false;
|
||||||
string Configuration::Author = "";
|
string Configuration::Author = "";
|
||||||
string Configuration::Version = "1.0.5";
|
string Configuration::Version = "1.0.5";
|
||||||
|
@ -147,7 +147,8 @@ void TerminalParser::DisplayHelp()
|
|||||||
" -t <title>: Set a title for a paste\n"\
|
" -t <title>: Set a title for a paste\n"\
|
||||||
" -p: Mark a paste as private (not visible in recent pastes)\n"\
|
" -p: Mark a paste as private (not visible in recent pastes)\n"\
|
||||||
" -s: Display only RAW url of paste and no extra text\n"\
|
" -s: Display only RAW url of paste and no extra text\n"\
|
||||||
" -e <minutes>: Set expiry in minutes, parameter needs to be a number\n"\
|
" -e <minutes>: Set expiry in minutes, parameter needs\n"\
|
||||||
|
" to be a number, default: unlimited time\n"\
|
||||||
" --version: Display a version\n"\
|
" --version: Display a version\n"\
|
||||||
" -h | --help: Display this help\n\n"\
|
" -h | --help: Display this help\n\n"\
|
||||||
"Note: every argument in [brackets] is optional\n"\
|
"Note: every argument in [brackets] is optional\n"\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user