diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-11-30 23:20:21 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-11-30 23:20:21 +0100 |
commit | 88b3d4dada94b96a036a2f1838b1213e04cfec5d (patch) | |
tree | b8eea5e36d264b35e18be857e0e4c660736a274d | |
parent | 0b06b929718b2bbee1b33933f6f42361f77e6fa1 (diff) | |
download | sbotools2-88b3d4dada94b96a036a2f1838b1213e04cfec5d.tar.xz |
man1/sbofind.1: fixup manpage for sbofind's new options
-rw-r--r-- | man1/sbofind.1 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man1/sbofind.1 b/man1/sbofind.1 index c53ce59..a21fc79 100644 --- a/man1/sbofind.1 +++ b/man1/sbofind.1 @@ -20,6 +20,16 @@ Show help information. Show version information. .RE .P +-e|--exact +.RS +Only exact matching. +.RE +.P +-t|--no-tags +.RS +Exclude tags from search. +.RE +.P -i|--info .RS Show the contents of the .info file for each slackbuild found. |