summaryrefslogtreecommitdiff
path: root/trunk/src
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src')
-rwxr-xr-xtrunk/src/equery/equery2
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):