Introduction
Introduction Statistics Contact Development Disclaimer Help
typo fix - smu - smu - simple markup (Markdown) processor (fork, fixes + featur…
git clone git://git.codemadness.org/smu
Log
Files
Refs
README
LICENSE
---
commit 4536588aadd6cc78adfd51276ec69bc2bda4e092
parent 986882ad3edc7a3aa91b59b145f20a7a321d53d6
Author: Enno Boland (Gottox) <[email protected]>
Date: Sun, 16 Mar 2008 13:48:41 +0100
typo fix
Diffstat:
M smu.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…
if(argc > 1 && strcmp("-n", argv[1]) == 0)
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.