summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Hawthorn <john@hawthorn.email>2018-09-23 14:17:22 -0700
committerJohn Hawthorn <john@hawthorn.email>2018-09-23 15:05:55 -0700
commitf5d41e726cd997ba038815e218c48017228a8f0e (patch)
tree3fc1cf1945b29942142adc2191240c4ad8716e43 /src
parent5cf38d6d9494e38e007b14973366239ce637a6ae (diff)
Version 1.0
Diffstat (limited to 'src')
-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;