Simplify version message

This commit is contained in:
Quentin Rameau
2017-05-02 18:53:01 +02:00
parent e23d5c1c45
commit 2901145301
+1 -2
View File
@@ -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;