Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 147932
Collapse All | Expand All

(-)main.c.old (-1 / +1 lines)
Lines 39-45 Link Here
39
}
39
}
40
40
41
int main(int argc, char * argv[]) {
41
int main(int argc, char * argv[]) {
42
	char * wordfile = "words.txt";
42
	char * wordfile = "/usr/share/doc/w3bfukk0r-0.1/examples/words.txt";
43
	char * url = NULL;
43
	char * url = NULL;
44
	char * optstr = "f:p:hvu";
44
	char * optstr = "f:p:hvu";
45
	char * port = NULL;
45
	char * port = NULL;
(-)w3bfukk0r.1.old (-1 / +1 lines)
Lines 16-22 Link Here
16
specify port number (default: 80)
16
specify port number (default: 80)
17
.TP
17
.TP
18
\-f "file"
18
\-f "file"
19
specify word list (default: words.txt)
19
specify word list (default: /usr/share/doc/w3bfukk0r-0.1/examples/words.txt)
20
.TP
20
.TP
21
\-v
21
\-v
22
more verbose mode
22
more verbose mode

Return to bug 147932