summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnno Boland (Gottox) <gottox@s01.de>2008-03-16 13:48:41 +0100
committerEnno Boland (Gottox) <gottox@s01.de>2008-03-16 13:48:41 +0100
commit4536588aadd6cc78adfd51276ec69bc2bda4e092 (patch)
treec74701c27b7a05892c10ecf513499960220e789e
parent986882ad3edc7a3aa91b59b145f20a7a321d53d6 (diff)
typo fix
-rw-r--r--smu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/smu.c b/smu.c
index 4aaf9db..168ca0c 100644
--- a/smu.c
+++ b/smu.c
@@ -543,7 +543,7 @@ main(int argc, char *argv[]) {
source = stdin;
if(argc > 1 && strcmp("-v", argv[1]) == 0)
- eprint("markdown in C %s (C) Enno Boland\n",VERSION);
+ eprint("simple markup %s (C) Enno Boland\n",VERSION);
else if(argc > 1 && strcmp("-h", argv[1]) == 0)
eprint("Usage %s [-n] [file]\n -n escape html strictly\n",argv[0]);
if(argc > 1 && strcmp("-n", argv[1]) == 0)