Fix formatting in depends help
authorfuzzyray <fuzzyray@gentoo.org>
Fri, 1 Jun 2007 19:28:13 +0000 (19:28 -0000)
committerfuzzyray <fuzzyray@gentoo.org>
Fri, 1 Jun 2007 19:28:13 +0000 (19:28 -0000)
svn path=/; revision=409

trunk/src/equery/equery

index cd699d04a85626afaa163297c4b7fe1779b68b03..238f19226c5536c8908fe078a245fd78c6fefb7f 100755 (executable)
@@ -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):