Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Removed the -a which should never have been there
Baptiste Daroussin committed 13 years ago
commit b88b4bcc263ab821feee735e9d25631361ce4f9a
parent bc45e171ded7013dd542cd142d022f6fea0f2244
1 file changed +1 -1
modified pkg/search.c
@@ -59,7 +59,7 @@ exec_search(int argc, char **argv)
	struct pkg *pkg = NULL;
	bool atleastone = false;

-
	while ((ch = getopt(argc, argv, "agxXcdr:fDsqop")) != -1) {
+
	while ((ch = getopt(argc, argv, "gxXcdr:fDsqop")) != -1) {
		switch (ch) {
			case 'e':
				match = MATCH_EXACT;