diff options
author | Quentin Rameau <quinq@fifth.space> | 2017-05-02 18:53:01 +0200 |
---|---|---|
committer | Quentin Rameau <quinq@fifth.space> | 2017-05-04 10:27:07 +0200 |
commit | 290114530161b0302d06f6934ce088771c272181 (patch) | |
tree | ae5c1c533c9bc99295ec60239419e8a457f6a4c8 | |
parent | e23d5c1c45eeedb3e95219598981d8e1d6af8c15 (diff) | |
download | surf-290114530161b0302d06f6934ce088771c272181.tar.gz surf-290114530161b0302d06f6934ce088771c272181.tar.bz2 surf-290114530161b0302d06f6934ce088771c272181.zip |
Simplify version message
-rw-r--r-- | surf.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; |