We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 922e14f commit 491fe2dCopy full SHA for 491fe2d
src/bin/memcapable.cc
@@ -1868,7 +1868,8 @@ int main(int argc, char **argv) {
1868
"\t\t\tEverything else will start the test\n"
1869
"\t-T n\tJust run the test named n\n"
1870
"\t-a\tOnly test the ascii protocol\n"
1871
- "\t-b\tOnly test the binary protocol\n",
+ "\t-b\tOnly test the binary protocol\n\n"
1872
+ "WARNING: This will FLUSH your server!\n\n",
1873
argv[0]);
1874
return EXIT_SUCCESS;
1875
}
@@ -1879,7 +1880,7 @@ int main(int argc, char **argv) {
1879
1880
return EXIT_FAILURE;
1881
1882
- #ifdef _WIN32
1883
+#ifdef _WIN32
1884
WSADATA wsaData;
1885
if (WSAStartup(MAKEWORD(2, 2), &wsaData)) {
1886
fprintf(stderr, "Socket Initialization Error.\n");
0 commit comments