Fix typo in Uxn11 usage message. It is no-longer uxncli.
This commit is contained in:
parent
c68645a08f
commit
53f57d4878
|
@ -225,7 +225,7 @@ main(int argc, char **argv)
|
|||
struct pollfd fds[2];
|
||||
static const struct itimerspec screen_tspec = {{0, 16666666}, {0, 16666666}};
|
||||
if(argc < 2)
|
||||
return emu_error("Usage", "uxncli game.rom args");
|
||||
return emu_error("Usage", "uxn11 game.rom args");
|
||||
/* start sequence */
|
||||
u.ram = NULL;
|
||||
if(!emu_start(&u, argv[1]))
|
||||
|
|
Loading…
Reference in New Issue