Fix typo in Uxn11 usage message. It is no-longer uxncli.

This commit is contained in:
james palmer 2022-04-12 16:04:40 +01:00 committed by neauoire
parent c68645a08f
commit 53f57d4878
1 changed files with 1 additions and 1 deletions

View File

@ -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]))