summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.c b/main.c
index 00bcf1b..461fe06 100644
--- a/main.c
+++ b/main.c
@@ -2,7 +2,6 @@
/*
TODO:
-- switch back to SDL for audio now that that bug has been fixed
- application icon (and SDL_SetWindowIcon)
- cmdline argument for starting in video mode
*/
@@ -1570,7 +1569,7 @@ void main() {\n\
}
if (state->curr_menu == MENU_HELP) {
const char *text[] = {
- "F1 - open this help screen",
+ "F1 - show this help text",
"F2 - show debug info",
state->mode == MODE_VIDEO
? "Space - start/stop recording"