From e753738ef817fbb4d2437406cb82ec0bb74f0eb1 Mon Sep 17 00:00:00 2001 From: "g@localhost.localdomain" Date: Wed, 13 Dec 2006 00:47:20 +0100 Subject: [PATCH] Increment the default max depth --- pysize/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pysize/main.py b/pysize/main.py index ea1b8d1..426cfbf 100644 --- a/pysize/main.py +++ b/pysize/main.py @@ -87,9 +87,9 @@ def main(): parser.add_option('--xdev', action='store_false', dest='cross_device', default=True, help='ignore directories on other filesystems') - parser.add_option('--max-depth', type='int', dest='max_depth', default=5, + parser.add_option('--max-depth', type='int', dest='max_depth', default=6, metavar='DEPTH', - help='maximum depth of the displayed tree [5]') + help='maximum depth of the displayed tree [6]') parser.add_option('--min-size', type='str', dest='min_size', default='auto', metavar='SIZE', help='minimum size to consider drawing [auto]') -- 2.11.4.GIT