diff options
author | Eli Schwartz via arch-projects <arch-projects@archlinux.org> | 2019-03-25 16:32:20 -0400 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2019-03-28 21:17:55 +0100 |
commit | b66ce081e7849af19429949fad57e683b595fbfc (patch) | |
tree | 72c49e789ff007c39cb6d1b7592c29e98a6d1350 /doc/sogrep.1.asciidoc | |
parent | 1ab9b34c4cac0648149ffdeeca223947816675f0 (diff) | |
download | devtools32-b66ce081e7849af19429949fad57e683b595fbfc.tar.xz |
fix up sogrep manpage to correspond with current sogrep command
Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Diffstat (limited to 'doc/sogrep.1.asciidoc')
-rw-r--r-- | doc/sogrep.1.asciidoc | 10 |
1 files 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 |