Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyu- committed Jul 5, 2018
1 parent 0c19a03 commit 649a55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ void process_arg(int argc, char *argv[])
}
else
{
mylog(log_fatal," -r ip:port\n");
mylog(log_fatal,"-l ip:port\n");
myexit(1);
strcpy(local_ip, "127.0.0.1");
sscanf(optarg, "%d", &local_port);
Expand Down

0 comments on commit 649a55e

Please sign in to comment.