diff options
| author | fuzzyray <fuzzyray@gentoo.org> | 2005-09-15 21:35:46 +0000 |
|---|---|---|
| committer | fuzzyray <fuzzyray@gentoo.org> | 2005-09-15 21:35:46 +0000 |
| commit | f4adc8591df610362b5423220a1ddae4a09d45ad (patch) | |
| tree | dc2229e472146767f34df556e17ac76a60d58593 /trunk/src/equery | |
| parent | 090e99311440a57b9f46e79898dd7081627b0f9b (diff) | |
| download | gentoolkit-f4adc8591df610362b5423220a1ddae4a09d45ad.tar.gz | |
updated equery.1 for depends sub-command Bug #73893
svn path=/; revision=233
Diffstat (limited to 'trunk/src/equery')
| -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 |
