We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5b4d5f commit ba5e643Copy full SHA for ba5e643
src/main.c
@@ -82,7 +82,7 @@ int main(int argc, char *argv[])
82
for (i = 1; i < argc; i++) {
83
if (strcmp(argv[i], "--version") == 0) {
84
printf("cmark %s", CMARK_VERSION_STRING);
85
- printf(" - CommonMark converter (c) 2014 John MacFarlane\n");
+ printf(" - CommonMark converter\n(C) 2014, 2015 John MacFarlane\n");
86
exit(0);
87
} else if (strcmp(argv[i], "--sourcepos") == 0) {
88
options |= CMARK_OPT_SOURCEPOS;
0 commit comments