mirror of
https://github.com/znc/znc.git
synced 2026-07-06 01:41:12 +02:00
Indent is tabs, not spaces
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1104 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -95,38 +95,38 @@ int main(int argc, char** argv) {
|
||||
#endif /* HAVE_LIBSSL */
|
||||
switch (iArg) {
|
||||
case 'h':
|
||||
GenerateHelp(argv[0]);
|
||||
return 0;
|
||||
GenerateHelp(argv[0]);
|
||||
return 0;
|
||||
case 'v':
|
||||
cout << CZNC::GetTag() << endl;
|
||||
return 0;
|
||||
cout << CZNC::GetTag() << endl;
|
||||
return 0;
|
||||
case 'n':
|
||||
CUtils::SetStdoutIsTTY(false);
|
||||
break;
|
||||
CUtils::SetStdoutIsTTY(false);
|
||||
break;
|
||||
case 'r':
|
||||
bAllowRoot = true;
|
||||
break;
|
||||
bAllowRoot = true;
|
||||
break;
|
||||
case 'c':
|
||||
bMakeConf = true;
|
||||
break;
|
||||
bMakeConf = true;
|
||||
break;
|
||||
case 's':
|
||||
bMakePass = true;
|
||||
break;
|
||||
bMakePass = true;
|
||||
break;
|
||||
#ifdef HAVE_LIBSSL
|
||||
case 'p':
|
||||
bMakePem = true;
|
||||
break;
|
||||
bMakePem = true;
|
||||
break;
|
||||
case 'e':
|
||||
bEncPem = true;
|
||||
break;
|
||||
bEncPem = true;
|
||||
break;
|
||||
#endif /* HAVE_LIBSSL */
|
||||
case 'd':
|
||||
sDataDir = CString(optarg);
|
||||
break;
|
||||
sDataDir = CString(optarg);
|
||||
break;
|
||||
case '?':
|
||||
default:
|
||||
GenerateHelp(argv[0]);
|
||||
return 1;
|
||||
GenerateHelp(argv[0]);
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user