Introduction
Introduction Statistics Contact Development Disclaimer Help
Simplify version message - surf - surf browser, a WebKit based browser
git clone git://git.suckless.org/surf
Log
Files
Refs
README
LICENSE
---
commit 290114530161b0302d06f6934ce088771c272181
parent e23d5c1c45eeedb3e95219598981d8e1d6af8c15
Author: Quentin Rameau <[email protected]>
Date: Tue, 2 May 2017 18:53:01 +0200
Simplify version message
Diffstat:
M surf.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git 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;
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.