pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e23d5c1
)
Simplify version message
author
Quentin Rameau
<quinq@fifth.space>
Tue, 2 May 2017 16:53:01 +0000
(18:53 +0200)
committer
Quentin Rameau
<quinq@fifth.space>
Thu, 4 May 2017 08:27:07 +0000
(10:27 +0200)
surf.c
patch
|
blob
|
history
diff --git
a/surf.c
b/surf.c
index
007f7b9
..
05d173e
100644
(file)
--- 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;