[Client] Minor cosmetic fixes

This commit is contained in:
Matteo Cypriani 2012-08-29 12:17:26 +02:00
parent 8c93cc467e
commit 60e32ac500
1 changed files with 7 additions and 7 deletions

View File

@ -368,7 +368,7 @@ void check_configuration()
{ {
#ifdef DEBUG #ifdef DEBUG
fprintf(stderr, "Warning! You cannot wait for a server answer when" fprintf(stderr, "Warning! You cannot wait for a server answer when"
" you calibrate. Option -l ignored...\n") ; " you calibrate. Option -l ignored.\n") ;
#endif // DEBUG #endif // DEBUG
options.listening_port = 0 ; options.listening_port = 0 ;
} }
@ -380,7 +380,7 @@ void check_configuration()
{ {
#ifdef DEBUG #ifdef DEBUG
fprintf(stderr, "Warning! You cannot wait for a server answer" fprintf(stderr, "Warning! You cannot wait for a server answer"
" when you flood. Option -l ignored...\n") ; " when you flood. Option -l ignored.\n") ;
#endif // DEBUG #endif // DEBUG
options.listening_port = 0 ; options.listening_port = 0 ;
} }
@ -391,7 +391,7 @@ void check_configuration()
#ifdef DEBUG #ifdef DEBUG
fprintf(stderr, "Warning! It is useless to detach from" fprintf(stderr, "Warning! It is useless to detach from"
" the foreground if the flood mode is not activated" " the foreground if the flood mode is not activated"
" Option -D ignored...\n") ; " Option -D ignored.\n") ;
#endif // DEBUG #endif // DEBUG
options.daemon = owl_false ; options.daemon = owl_false ;
} }
@ -652,15 +652,15 @@ void print_usage()
" calibration request).\n" " calibration request).\n"
"\t-s packet_size\tData size of the transmitted packets. The" "\t-s packet_size\tData size of the transmitted packets. The"
" minimal value\n\t\t\tis the size of the request's data" " minimal value\n\t\t\tis the size of the request's data"
" fields; if packet_size\n\t\t\tis less than this size, it is" " fields; if\n\t\t\t<packet_size> is less than this size, it is"
" ignored. Note that this\n\t\t\tsize does not take into" " ignored.\n\t\t\tNote that this size does not take into"
" account the headers, so the\n\t\t\twhole 802.11 frame will be" " account the\n\t\t\theaders, so the whole 802.11 frame will be"
" bigger.\n" " bigger.\n"
"\t-I iface\tName of the network interface used to transmit the" "\t-I iface\tName of the network interface used to transmit the"
"\n\t\t\trequest (e.g. \"eth2\"). If this option is absent, the" "\n\t\t\trequest (e.g. \"eth2\"). If this option is absent, the"
"\n\t\t\tinterface is selected automatically. You must be root" "\n\t\t\tinterface is selected automatically. You must be root"
" to\n\t\t\tuse this option.\n" " to\n\t\t\tuse this option.\n"
"\t-F [delay]\t\"Flood mode\": loop undefinitely, sending a" "\t-F [delay]\t\"Flood mode\": loop indefinitely, sending a"
" new request\n\t\t\tevery <delay> milliseconds (default:" " new request\n\t\t\tevery <delay> milliseconds (default:"
" %d ms).\n" " %d ms).\n"
"\t-D\t\tDaemon mode. Useful only in flood mode.\n" "\t-D\t\tDaemon mode. Useful only in flood mode.\n"