Introduction
Introduction Statistics Contact Development Disclaimer Help
tfixing argument parsing. - surf - customized build of surf, the suckless webki…
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit 62dc599a048a773265e094c3da420d0dc91a11e9
parent 3ede1035565e387fb56f98b10e6f4026557af099
Author: Enno Boland (tox) <[email protected]>
Date: Wed, 24 Mar 2010 23:55:41 +0100
fixing argument parsing.
Diffstat:
M surf.c | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/surf.c b/surf.c
t@@ -900,6 +900,8 @@ main(int argc, char *argv[]) {
break;
case 'v':
die("surf-"VERSION", © 2009 surf engineers, see LICEN…
+ default:
+ usage();
}
}
if(i < argc)
You are viewing proxied material from mx1.adamsgaard.dk. 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.