commit 53f57d4

james palmer  ·  2022-04-12 15:04:40 +0000 UTC
parent c68645a
Fix typo in Uxn11 usage message. It is no-longer uxncli.
1 files changed,  +1, -1
+1, -1
1@@ -225,7 +225,7 @@ main(int argc, char **argv)
2 	struct pollfd fds[2];
3 	static const struct itimerspec screen_tspec = {{0, 16666666}, {0, 16666666}};
4 	if(argc < 2)
5-		return emu_error("Usage", "uxncli game.rom args");
6+		return emu_error("Usage", "uxn11 game.rom args");
7 	/* start sequence */
8 	u.ram = NULL;
9 	if(!emu_start(&u, argv[1]))