Update help function in ssnes-joyconfig
This commit is contained in:
parent
ca42b8ce4b
commit
a2a31e5944
|
@ -39,9 +39,10 @@ static void print_help(void)
|
||||||
puts("==================");
|
puts("==================");
|
||||||
puts("ssnes-joyconfig");
|
puts("ssnes-joyconfig");
|
||||||
puts("==================");
|
puts("==================");
|
||||||
|
puts("Usage: ssnes-joyconfig [ -p/--player <1|2> | -j/--joypad <num> | -i/--input <file> | -o/--output <file> | -h/--help ]");
|
||||||
puts("");
|
puts("");
|
||||||
puts("-p/--player: Which player to configure for (1 or 2).");
|
puts("-p/--player: Which player to configure for (1 or 2).");
|
||||||
puts("-j/--joypad: Which joypad to use when configuring (1 or 2).");
|
puts("-j/--joypad: Which joypad to use when configuring (first joypad is 1).");
|
||||||
puts("-i/--input: Input file to configure with. Binds will be added on or overwritten.");
|
puts("-i/--input: Input file to configure with. Binds will be added on or overwritten.");
|
||||||
puts("\tIf not selected, an empty config will be used as a base.");
|
puts("\tIf not selected, an empty config will be used as a base.");
|
||||||
puts("-o/--output: Output file to write to. If not selected, config file will be dumped to stdout.");
|
puts("-o/--output: Output file to write to. If not selected, config file will be dumped to stdout.");
|
||||||
|
|
Loading…
Reference in New Issue