summaryrefslogtreecommitdiff
path: root/src/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.c')
-rw-r--r--src/options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.c b/src/options.c
index 504e646..3aa3e63 100644
--- a/src/options.c
+++ b/src/options.c
@@ -55,7 +55,7 @@ void options_parse(options_t *options, int argc, char *argv[]) {
while ((c = getopt_long(argc, argv, "vhse:q:l:t:p:j:", longopts, NULL)) != -1) {
switch (c) {
case 'v':
- printf("%s " VERSION " (c) 2014 John Hawthorn\n", argv[0]);
+ printf("%s " VERSION " © 2014-2018 John Hawthorn\n", argv[0]);
exit(EXIT_SUCCESS);
case 's':
options->show_scores = 1;