typo fix - smu - smu - simple markup (Markdown) processor (fork, fixes + features)
HTML git clone git://git.codemadness.org/smu
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 4536588aadd6cc78adfd51276ec69bc2bda4e092
DIR parent 986882ad3edc7a3aa91b59b145f20a7a321d53d6
HTML Author: Enno Boland (Gottox) <gottox@s01.de>
Date: Sun, 16 Mar 2008 13:48:41 +0100
typo fix
Diffstat:
M smu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git 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)