sbotools2

Maintenance fork of the original sbotools version 2
Log | Files | Refs | README

commit 620df7bf0432f4cce0fd443fb390799672357d71
parent 707016b269a36eb68b6374869908920b196394c6
Author: Jacob Pipkin <j@dawnrazor.net>
Date:   Fri,  1 Jun 2012 16:16:21 -0500

added -i and -r info to sbofind.1 man page

Diffstat:
Mman1/sbofind.1 | 17++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/man1/sbofind.1 b/man1/sbofind.1 @@ -4,16 +4,31 @@ sbofind - search slackbuilds.org tree for a given name .SH SYNAPSES .P -sbofind [-v] search_term +sbofind [-hvir] 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. .SH OPTIONS .P +-h +.RS +Show help information. +.RE +.P -v .RS Show sbotools version information. .RE +.P +-i +.RS +Show the contents of a the .info file for each slackbuild found. +.RE +.P +-r +.RS +Show the contents of the README file for each slackbuild found. +.RE .SH BUGS .P None known, but there may be some. Please report any found to j@dawnrazor.net; patches are always welcome. In the future sbotools may exist in a public git repository and this section may change to reflect that.