diff options
author | J Pipkin <j@dawnrazor.net> | 2012-09-09 11:23:38 -0500 |
---|---|---|
committer | J Pipkin <j@dawnrazor.net> | 2012-09-09 11:23:38 -0500 |
commit | d07199a545dfaa595e7aa9029316b423dd67a1b0 (patch) | |
tree | 6626fe992c85926fd5827675a05df1ea8a71e69f /man1/sbofind.1 | |
parent | 68aa55ec3a8f62aec42c236202feba1cf12e266e (diff) | |
download | sbotools2-d07199a545dfaa595e7aa9029316b423dd67a1b0.tar.xz |
man1 manpages updated to include long option forms
Diffstat (limited to 'man1/sbofind.1')
-rw-r--r-- | man1/sbofind.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man1/sbofind.1 b/man1/sbofind.1 index f6372f5..73e4980 100644 --- a/man1/sbofind.1 +++ b/man1/sbofind.1 @@ -10,22 +10,22 @@ sbofind [-hvir] search_term 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 +-h|--help .RS Show help information. .RE .P --v +-v|--version .RS Show sbotools version information. .RE .P --i +-i|--info .RS Show the contents of a the .info file for each slackbuild found. .RE .P --r +-r|--readme .RS Show the contents of the README file for each slackbuild found. .RE |