summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPablo Rodríguez <ousia@users.noreply.github.com>2014-09-06 11:28:25 +0200
committerPablo Rodríguez <ousia@users.noreply.github.com>2014-09-06 11:28:25 +0200
commit777b453920ea812ac1b6cd953cc0fc5691e1326a (patch)
tree82a35530bc8d1a5611cc620afde9666139d503f2 /src
parentd095c3dce74bc558c2fb580a0fda511ba42bac42 (diff)
replace Standard Markdown with CommonMark
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index fa334b3..f0ecb82 100644
--- a/src/main.c
+++ b/src/main.c
@@ -22,7 +22,7 @@ int main(int argc, char *argv[]) {
for (i=1; i < argc; i++) {
if (strcmp(argv[i], "--version") == 0) {
printf("stmd %s", VERSION);
- printf(" - standard markdown converter (c) 2014 John MacFarlane\n");
+ printf(" - CommonMark converter (c) 2014 John MacFarlane\n");
exit(0);
} else if ((strcmp(argv[i], "--help") == 0) ||
(strcmp(argv[i], "-h") == 0)) {