From aa1840c42fc305339cf02b45ea3039ca50f6d6e2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michael=20G=C3=B6hler?= Date: Sat, 31 Jan 2015 01:53:24 +0100 Subject: [PATCH] fixed wrong help message, closes #72 --- src/viewer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/viewer.c b/src/viewer.c index 42088a5..211557e 100644 --- a/src/viewer.c +++ b/src/viewer.c @@ -155,7 +155,7 @@ int ncurses_display(deck_t *deck, int notrans, int nofade, int invert, int reloa // print error fprintf(stderr, "Error: Terminal height (%i lines) too small. Need at least %i lines.\n", LINES, max_lines + bar_top + bar_bottom); - fprintf(stderr, "You may need to add additional horizontal rules ('***') to split your file in shorter slides.\n"); + fprintf(stderr, "You may need to add additional horizontal rules (---) to split your file in shorter slides.\n"); // no reload return 0; -- 2.20.1