| ... | ... |
@@ -55,7 +55,7 @@ void options_parse(options_t *options, int argc, char *argv[]) {
|
| 55 | 55 |
while ((c = getopt_long(argc, argv, "vhse:q:l:t:p:j:", longopts, NULL)) != -1) {
|
| 56 | 56 |
switch (c) {
|
| 57 | 57 |
case 'v': |
| 58 |
- printf("%s " VERSION " (c) 2014 John Hawthorn\n", argv[0]);
|
|
| 58 |
+ printf("%s " VERSION " © 2014-2018 John Hawthorn\n", argv[0]);
|
|
| 59 | 59 |
exit(EXIT_SUCCESS); |
| 60 | 60 |
case 's': |
| 61 | 61 |
options->show_scores = 1; |