comparison main.c @ 607:c7b8e299c612

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 20 May 2014 04:34:36 +0300
parents 2cc5434a8ce0
children a8fa7803284a
comparison
equal deleted inserted replaced
606:2cc5434a8ce0 607:c7b8e299c612
131 131
132 132
133 void argShowHelp(void) 133 void argShowHelp(void)
134 { 134 {
135 int i; 135 int i;
136 th_print_banner(stdout, th_prog_name, 136 th_print_banner(stdout, th_prog_name, "[options] <username> <password>");
137 "[options] <username> <password>");
138 137
139 th_args_help(stdout, optList, optListN); 138 th_args_help(stdout, optList, optListN);
140 139
141 printf("Supported rooms (for option '-r'):\n"); 140 printf("Supported rooms (for option '-r'):\n");
142 for (i = 0; i < nn_room_data_n; i++) 141 for (i = 0; i < nn_room_data_n; i++)