This commit is contained in:
Enno Boland (Gottox) 2008-03-16 13:48:41 +01:00
parent 986882ad3e
commit 4536588aad

2
smu.c
View file

@ -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)