From 77adb62d654f88ef46b45f521ca7ceb0ee11a607 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 21 Apr 2018 22:32:40 +0200 Subject: Update --help --- src/colloquium.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/colloquium.c b/src/colloquium.c index dbe9caf..11ac241 100644 --- a/src/colloquium.c +++ b/src/colloquium.c @@ -430,7 +430,7 @@ static Colloquium *colloquium_new() static void show_help(const char *s) { printf(_("Syntax: %s [options] []\n\n"), s); - printf(_("A tiny presentation program.\n\n" + printf(_("Narrative-based presentation system.\n\n" " -h, --help Display this help message.\n")); } -- cgit v1.2.3