[arch-projects] [devtools] [PATCH 3/3] fix up sogrep manpage to correspond with current sogrep command

Eli Schwartz eschwartz at archlinux.org
Mon Mar 25 20:32:20 UTC 2019


Signed-off-by: Eli Schwartz <eschwartz at archlinux.org>
---
 doc/sogrep.1.asciidoc | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/doc/sogrep.1.asciidoc b/doc/sogrep.1.asciidoc
index bc8f6ce..037773a 100644
--- a/doc/sogrep.1.asciidoc
+++ b/doc/sogrep.1.asciidoc
@@ -3,7 +3,7 @@ sogrep(1)
 
 Name
 ----
-sogrep - Find packages using a linked to a given shared library
+sogrep - Find shared library links in an Arch Linux repository
 
 Synopsis
 --------
@@ -12,7 +12,7 @@ sogrep [options] repo libname
 Description
 -----------
 
-Check the soname links database for pacman repositories containing packages
+Check the soname links database for Arch Linux repositories containing packages
 linked to a given shared library. If the repository specified is "all", then
 all repositories will be searched, otherwise only the named repository will be
 searched.
@@ -22,6 +22,12 @@ If the links database does not exist, it will be downloaded first.
 Options
 -------
 
+*-v, --verbose*::
+    Provide detailed output containing the matched links for each package, the
+    repository it came from (in the event that all repositories are being
+    searched), and, in combination with `-r`, a progress bar for the links
+    database download.
+
 *-r, --refresh*::
 	Refresh the links databases
 
-- 
2.21.0


More information about the arch-projects mailing list