formatting
This commit is contained in:
@@ -632,7 +632,7 @@ result_t MainLoop::parseHexMaster(const vector<string>& args, size_t argPos, sym
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
string MainLoop::executeAuth(const vector<string>& args, string *user) {
|
string MainLoop::executeAuth(const vector<string>& args, string* user) {
|
||||||
if (args.size() != 3) {
|
if (args.size() != 3) {
|
||||||
return "usage: auth USER SECRET\n"
|
return "usage: auth USER SECRET\n"
|
||||||
" Authenticate with USER name and SECRET.\n"
|
" Authenticate with USER name and SECRET.\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user