commit 290114530161b0302d06f6934ce088771c272181
Author: Quentin Rameau <[email protected]>
AuthorDate: Tue May 2 18:53:01 2017 +0200
Commit: Quentin Rameau <[email protected]>
CommitDate: Thu May 4 10:27:07 2017 +0200
Simplify version message
diff --git a/surf.c b/surf.c
index 007f7b9..05d173e 100644
--- a/surf.c
+++ b/surf.c
@@ -1901,8 +1901,7 @@ main(int argc, char *argv[])
fulluseragent = EARGF(usage());
break;
case 'v':
- die("surf-"VERSION", ©2009-2017 surf engineers, "
- "see LICENSE for details\n");
+ die("surf-"VERSION", see LICENSE for © details\n");
case 'w':
showxid = 1;
break;