From: Michael Göhler Date: Sat, 31 Jan 2015 00:53:24 +0000 (+0100) Subject: fixed wrong help message, closes #72 X-Git-Url: https://git.danieliu.xyz/?p=smdp.git;a=commitdiff_plain;h=aa1840c42fc305339cf02b45ea3039ca50f6d6e2 fixed wrong help message, closes #72 --- 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;