about summary refs log tree commit diff
path: root/surf.c
diff options
context:
space:
mode:
authorQuentin Rameau <quinq@fifth.space>2017-05-02 18:53:01 +0200
committerQuentin Rameau <quinq@fifth.space>2017-05-04 10:27:07 +0200
commit290114530161b0302d06f6934ce088771c272181 (patch)
treeae5c1c533c9bc99295ec60239419e8a457f6a4c8 /surf.c
parentUse Ctrl-t for showcert instead of Ctrl-x (diff)
downloadsurf-290114530161b0302d06f6934ce088771c272181.tar.gz
surf-290114530161b0302d06f6934ce088771c272181.tar.bz2
surf-290114530161b0302d06f6934ce088771c272181.zip
Simplify version message
Diffstat (limited to 'surf.c')
-rw-r--r--surf.c3
1 files changed, 1 insertions, 2 deletions
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;