diff options
| author | fuzzyray <fuzzyray@gentoo.org> | 2009-05-05 17:39:24 +0000 |
|---|---|---|
| committer | fuzzyray <fuzzyray@gentoo.org> | 2009-05-05 17:39:24 +0000 |
| commit | c819d146be6bce86d97019494173253e71b85d2f (patch) | |
| tree | 200d00c2b9a420540ff9c4e0d8b3080b762fb562 /src/equery/tests/test-help.out | |
| parent | 61823fe68081c6f8edf24455bbb34123598c5bb4 (diff) | |
| download | gentoolkit-c819d146be6bce86d97019494173253e71b85d2f.tar.gz | |
Rearrange trunk to support gentoolkit version 0.3. Split into gentoolkit, gentoolkit-dev, and deprecated. Import djanderson's work on the gentoolkit library and equery
svn path=/trunk/gentoolkit/; revision=589
Diffstat (limited to 'src/equery/tests/test-help.out')
| -rw-r--r-- | src/equery/tests/test-help.out | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/equery/tests/test-help.out b/src/equery/tests/test-help.out new file mode 100644 index 0000000..26517f4 --- /dev/null +++ b/src/equery/tests/test-help.out @@ -0,0 +1,21 @@ +Usage: equery <global-opts> command <local-opts> +where <global-opts> is one of + -q, --quiet - minimal output + -C, --nocolor - turn off colours + -h, --help - this help screen + -V, --version - display version info +where command(short) is one of + belongs(b) <local-opts> files... - list all packages owning files... + changes(c) - not implemented yet + check(k) pkgspec - check MD5sums and timestamps of pkgspec's files + depends(d) <local-opts> pkgspec - list all direct dependencies matching pkgspec + depgraph(g) <local-opts> pkgspec - display a dependency tree for pkgspec + files(f) <local-opts> pkgspec - list files owned by pkgspec + glsa(a) - not implemented yet + hasuses(h) <local-opts> pkgspec - list all packages with useflag + list(l) <local-opts> pkgspec - list all packages matching pkgspec + size(s) <local-opts> pkgspec - print size of files contained in package pkgspec + stats(t) - not implemented yet + uses(u) <local-opts> pkgspec - display USE flags for pkgspec + which(w) pkgspec - print full path to ebuild for package pkgspec + |
