#4922 Increased server help message buffer

This commit is contained in:
Jerry (Xinyu Hou) 2016-07-20 12:12:18 -07:00
parent 683d9b3786
commit 725cc7a2f8
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ ServerApp::help()
# define WINAPI_INFO
#endif
char buffer[2000];
char buffer[3000];
sprintf(
buffer,
"Usage: %s"