aboutsummaryrefslogtreecommitdiff
path: root/src/colloquium.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/colloquium.c')
-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"));
}