Commit feebe168 authored by Joanne Hugé's avatar Joanne Hugé

Fix small mistake in client process_options

parent 2515a7d7
......@@ -202,7 +202,7 @@ static void help(char *argv[]) {
static void process_options(int argc, char *argv[], thread_param_t *param,
main_param_t *main_param) {
for (;;) {
int c = getopt(argc, argv, "abd:efh:i:l:p:q:r:t");
int c = getopt(argc, argv, "abd:ef:hi:l:p:q:r:t");
if (c == -1) break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment