mirror of
https://github.com/raphnet/gc_n64_usb-v3
synced 2024-12-21 23:08:53 -05:00
gcn64ctl cosmetic fixes
This commit is contained in:
parent
4a6ccfb448
commit
224706b56c
@ -37,7 +37,7 @@
|
|||||||
static void printUsage(void)
|
static void printUsage(void)
|
||||||
{
|
{
|
||||||
printf("./gcn64_ctl [OPTION]... [COMMAND]....\n");
|
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("\n");
|
||||||
printf("Options:\n");
|
printf("Options:\n");
|
||||||
printf(" -h, --help Print help\n");
|
printf(" -h, --help Print help\n");
|
||||||
@ -288,8 +288,6 @@ int main(int argc, char **argv)
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("Ready.\n");
|
|
||||||
|
|
||||||
optind = 1;
|
optind = 1;
|
||||||
while((opt = getopt_long(argc, argv, short_optstr, longopts, NULL)) != -1)
|
while((opt = getopt_long(argc, argv, short_optstr, longopts, NULL)) != -1)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user