diff options
author | Jacob Pipkin <j@dawnrazor.net> | 2012-06-01 16:16:21 -0500 |
---|---|---|
committer | Jacob Pipkin <j@dawnrazor.net> | 2012-06-01 16:16:21 -0500 |
commit | 620df7bf0432f4cce0fd443fb390799672357d71 (patch) | |
tree | f2c167f601779b39f9dea37ad266dfd17555f294 | |
parent | 707016b269a36eb68b6374869908920b196394c6 (diff) | |
download | sbotools2-620df7bf0432f4cce0fd443fb390799672357d71.tar.xz |
added -i and -r info to sbofind.1 man page
-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. |