aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2018-04-21 22:32:40 +0200
committerThomas White <taw@bitwiz.me.uk>2018-04-22 12:15:07 +0200
commit77adb62d654f88ef46b45f521ca7ceb0ee11a607 (patch)
treec7b77205b06bffa245ab380c2fce290a7f924ca1
parente7bd118532ab13d60c1f80f443a53790346e2bb4 (diff)
Update --help
-rw-r--r--src/colloquium.c2
1 files changed, 1 insertions, 1 deletions
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] [<file.sc>]\n\n"), s);
- printf(_("A tiny presentation program.\n\n"
+ printf(_("Narrative-based presentation system.\n\n"
" -h, --help Display this help message.\n"));
}