smu

Simple markup processor
git clone https://git.sinitax.com/codemadness/smu
Log | Files | Refs | README | LICENSE | Upstream | sfeed.txt

commit 4536588aadd6cc78adfd51276ec69bc2bda4e092
parent 986882ad3edc7a3aa91b59b145f20a7a321d53d6
Author: Enno Boland (Gottox) <gottox@s01.de>
Date:   Sun, 16 Mar 2008 13:48:41 +0100

typo fix

Diffstat:
Msmu.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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)