fix incorrect help text for teapot

This commit is contained in:
Kevin Lange 2014-06-13 15:48:17 -07:00
parent 2d872693ac
commit 1bd947f331

View File

@ -483,7 +483,7 @@ int main(int argc, char** argv) {
filename = argv[index];
}
printf("Press escape to exit.\n");
printf("Press q to exit.\n");
yctx = yutani_init();
wina = yutani_window_create(yctx, 500, 500);