commit 3b9b37a153bd1a8bc75c94e146d00b329deed137
parent 27427a2ce3c9967803e51152910937182f3ef429
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date: Tue, 17 May 2016 17:32:39 +0200
man1/sbofind.1: Document that sbofind now searches TAGS.txt file if the repo provides it
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man1/sbofind.1 b/man1/sbofind.1
@@ -7,7 +7,7 @@ sbofind - search slackbuilds.org tree for a given name
sbofind [-h|-v] [-ir] search_term
.SH DESCRIPTION
.P
-sbofind searches the names of all slackbuilds for a given term. It reports back any slackbuilds found along with the path for each. This is equivalent to running "cd /usr/ports; make search name=$search_term display=name,path" on a FreeBSD system. For a more general search, the slackbuilds.org site should be consulted, where tags also exist and are included in the searched fields.
+sbofind searches the names of all slackbuilds for a given term. It reports back any slackbuilds found along with the path for each. This is equivalent to running "cd /usr/ports; make search name=$search_term display=name,path" on a FreeBSD system. If the repository includes a TAGS.txt file, that will be used to find more results as well.
.SH OPTIONS
.P
-h|--help