Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Remove f from the list of options for install
Baptiste Daroussin committed 14 years ago
commit 73e749f62ba9e7ec3e389f0430c5a369211e9beb
parent 37248e3
1 file changed +1 -1
modified pkg/install.c
@@ -31,7 +31,7 @@ exec_install(int argc, char **argv)
	int i, ch, yes = 0;
	match_t match = MATCH_EXACT;

-
	while ((ch = getopt(argc, argv, "ygxXf")) != -1) {
+
	while ((ch = getopt(argc, argv, "ygxX")) != -1) {
		switch (ch) {
			case 'y':
				yes = 1;