gcn64ctl cosmetic fixes

This commit is contained in:
Raphael Assenat 2015-12-06 16:40:50 -05:00
parent 4a6ccfb448
commit 224706b56c
1 changed files with 1 additions and 3 deletions

View File

@ -37,7 +37,7 @@
static void printUsage(void)
{
printf("./gcn64_ctl [OPTION]... [COMMAND]....\n");
printf("Control tool for WUSBmote adapter. Version %s\n", VERSION_STR);
printf("Control tool for GC/N64 to USB adapter. Version %s\n", VERSION_STR);
printf("\n");
printf("Options:\n");
printf(" -h, --help Print help\n");
@ -288,8 +288,6 @@ int main(int argc, char **argv)
return 1;
}
printf("Ready.\n");
optind = 1;
while((opt = getopt_long(argc, argv, short_optstr, longopts, NULL)) != -1)
{