Skip to content

Commit de21b67

Browse files
committed
2022
1 parent cc50c6a commit de21b67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2009-2021 Peter Kosyh <p.kosyh at gmail.com>
2+
* Copyright 2009-2022 Peter Kosyh <p.kosyh at gmail.com>
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation files
@@ -341,7 +341,7 @@ int main(int argc, const char **argv)
341341
SetConsoleCP(opt_codepage);
342342
#endif
343343
if (!game) {
344-
printf("instead-cli %s (by Peter Kosyh '2021)\n", VERSION);
344+
printf("instead-cli %s (by Peter Kosyh '2021-2022)\n", VERSION);
345345
fprintf(stdout, "Usage: %s [-d<file>] [-w<width>] [-i<script>] [-l<log>] [-a] <game>\n", argv[0]);
346346
exit(1);
347347
}

0 commit comments

Comments
 (0)