diff options
| author | fuzzyray <fuzzyray@gentoo.org> | 2007-06-01 19:28:13 +0000 |
|---|---|---|
| committer | fuzzyray <fuzzyray@gentoo.org> | 2007-06-01 19:28:13 +0000 |
| commit | 0c4c1080ae96793b5c1880fe68c848e152ac9505 (patch) | |
| tree | 1a377617f8c9fdfe2ab6a803737188aeb7ddb03a | |
| parent | 06b08565022d3eaa6c7ba287cc56f80dcae2e582 (diff) | |
| download | gentoolkit-0c4c1080ae96793b5c1880fe68c848e152ac9505.tar.gz | |
Fix formatting in depends help
svn path=/; revision=409
| -rwxr-xr-x | trunk/src/equery/equery | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/equery/equery b/trunk/src/equery/equery index cd699d0..238f192 100755 --- a/trunk/src/equery/equery +++ b/trunk/src/equery/equery @@ -1247,7 +1247,7 @@ class CmdListDepends(Command): " " + pp.localoption("-a, --all-packages") + " - search in all available packages (slow)\n" + \ " " + pp.localoption("-d, --direct") + " - search direct dependencies only (default)\n" + \ " " + pp.localoption("-D, --indirect") + " - search indirect dependencies (VERY slow)\n" + \ - " " + pp.localoption("--depth=n") + " - limit indirect dependency tree to specified depth" + " " + pp.localoption(" --depth=n") + " - limit indirect dependency tree to specified depth" class CmdListPackages(Command): |
