mirror of
https://github.com/benapetr/stikkit.git
synced 2025-04-25 20:41:20 -05:00
stupid bug
This commit is contained in:
parent
1f35bb9cb6
commit
1088bdfe68
@ -140,9 +140,6 @@ bool TerminalParser::ParseChar(char x)
|
||||
|
||||
void TerminalParser::DisplayHelp()
|
||||
{
|
||||
if (this->Silent)
|
||||
return;
|
||||
|
||||
cout << "Stikkit - open source pastebin uploader for Stikked\n\n"\
|
||||
"Parameters:\n"\
|
||||
" -a <name>: Specify author name by default the current\n"\
|
||||
|
@ -23,7 +23,6 @@ namespace Stikkit
|
||||
bool Parse();
|
||||
bool ParseChar(char x);
|
||||
void DisplayHelp();
|
||||
bool Silent;
|
||||
private:
|
||||
int argc;
|
||||
char **argv;
|
||||
|
Loading…
x
Reference in New Issue
Block a user