diff options
| -rw-r--r-- | trunk/src/equery/equery.1 | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/trunk/src/equery/equery.1 b/trunk/src/equery/equery.1 index d4b6dce..b671a26 100644 --- a/trunk/src/equery/equery.1 +++ b/trunk/src/equery/equery.1 @@ -56,6 +56,21 @@ This command checks the files of the specified package against recorded MD5 sums and timestamps. .PP .TP +.B depends <local\-opts> pkgspec +This command displays all dependencies matching pkgspec. +.br +<local\-opts> is either or both of: +.br +.B \-a, \-\-all-packages +search in all available packages (slow) +.br +.B \-d, \-\-direct +search direct dependencies only (default) +.br +.B \-D, \-\-indirect +search indirect dependencies (very slow) +.PP +.TP .B depgraph <local\-opts> pkgspec This command display a dependency tree for pkgspec, by default indented to reflect how dependancies relate to each other. @@ -172,8 +187,6 @@ print full path to ebuild for package pkgspec .PP .B changes .PP -.B depends -.PP .B glsa \fR \- use glsa\-check for the time being. .PP .B stats |
