From: fuzzyray Date: Fri, 1 Jun 2007 19:28:13 +0000 (-0000) Subject: Fix formatting in depends help X-Git-Tag: gentoolkit-0.2.4.3~104 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0c4c1080ae96793b5c1880fe68c848e152ac9505;p=gentoolkit.git Fix formatting in depends help svn path=/; revision=409 --- 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):