Commit d154f18c authored by Ivan Tyagov's avatar Ivan Tyagov

Better readability.

parent 01f15886
......@@ -169,7 +169,7 @@ void handleCLI(int argc, char **argv) {
printf("Mode=%d\n", arguments.mode);
printf("Listening port=%d\n", arguments.port);
printf("server_ip_address=%s\n", arguments.server_ip_address);
printf("Server IP=%s\n", arguments.server_ip_address);
printf("Block device=%s\n", arguments.device);
printf("Slave address list=%s\n", arguments.slave_address_list);
printf("Username=%s\n", arguments.username);
......
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