diff options
-rw-r--r-- | man1/sbofind.1 | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/man1/sbofind.1 b/man1/sbofind.1 index 2fcb3c5..19ada8b 100644 --- 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. |