diff options
| author | Enno Boland (Gottox) <gottox@s01.de> | 2008-03-16 13:48:41 +0100 |
|---|---|---|
| committer | Enno Boland (Gottox) <gottox@s01.de> | 2008-03-16 13:48:41 +0100 |
| commit | 4536588aadd6cc78adfd51276ec69bc2bda4e092 (patch) | |
| tree | c74701c27b7a05892c10ecf513499960220e789e | |
| parent | 986882ad3edc7a3aa91b59b145f20a7a321d53d6 (diff) | |
typo fix
| -rw-r--r-- | smu.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |