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 cc50c6a commit de21b67Copy full SHA for de21b67
main.c
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2009-2021 Peter Kosyh <p.kosyh at gmail.com>
+ * Copyright 2009-2022 Peter Kosyh <p.kosyh at gmail.com>
3
*
4
* Permission is hereby granted, free of charge, to any person
5
* obtaining a copy of this software and associated documentation files
@@ -341,7 +341,7 @@ int main(int argc, const char **argv)
341
SetConsoleCP(opt_codepage);
342
#endif
343
if (!game) {
344
- printf("instead-cli %s (by Peter Kosyh '2021)\n", VERSION);
+ printf("instead-cli %s (by Peter Kosyh '2021-2022)\n", VERSION);
345
fprintf(stdout, "Usage: %s [-d<file>] [-w<width>] [-i<script>] [-l<log>] [-a] <game>\n", argv[0]);
346
exit(1);
347
}
0 commit comments