no-gui: fix help string
This commit is contained in:
parent
9eb608c9da
commit
8c209b3bc9
|
@ -316,9 +316,9 @@ int main(int argc, char* argv[])
|
||||||
fprintf(stderr, "%s\n\n", scm_rev_str);
|
fprintf(stderr, "%s\n\n", scm_rev_str);
|
||||||
fprintf(stderr, "A multi-platform GameCube/Wii emulator\n\n");
|
fprintf(stderr, "A multi-platform GameCube/Wii emulator\n\n");
|
||||||
fprintf(stderr, "Usage: %s [-e <file>] [-h] [-v]\n", argv[0]);
|
fprintf(stderr, "Usage: %s [-e <file>] [-h] [-v]\n", argv[0]);
|
||||||
fprintf(stderr, " -e, --exec Load the specified file\n");
|
fprintf(stderr, " -e, --exec Load the specified file\n");
|
||||||
fprintf(stderr, " -h, --help Show this help message\n");
|
fprintf(stderr, " -h, --help Show this help message\n");
|
||||||
fprintf(stderr, " -v, --help Print version and exit\n");
|
fprintf(stderr, " -v, --version Print version and exit\n");
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue