From 0bd71cd8a16b54c9392afa30821e578315d53807 Mon Sep 17 00:00:00 2001 From: Paul Varner Date: Mon, 8 Jul 2013 13:26:14 -0500 Subject: Rename eclean --destructive option to --deep (Bug #475808) This is a cosmetic change only. --destructive is still accepted for backwards compatibility. Additionally, options array still refers to the option as destrcutive. --- pym/gentoolkit/eclean/cli.py | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'pym') diff --git a/pym/gentoolkit/eclean/cli.py b/pym/gentoolkit/eclean/cli.py index 1682fdb..e6c75d0 100644 --- a/pym/gentoolkit/eclean/cli.py +++ b/pym/gentoolkit/eclean/cli.py @@ -112,19 +112,19 @@ def printUsage(_error=None, help=None): 'merged-distfiles-options') or help: print( "Available global", yellow("options")+":", file=out) print( yellow(" -C, --nocolor")+ - " - turn off colors on output", file=out) - print( yellow(" -d, --destructive")+ - " - only keep the minimum for a reinstallation", file=out) + " - turn off colors on output", file=out) + print( yellow(" -d, --deep")+ + " - only keep the minimum for a reinstallation", file=out) print( yellow(" -e, --exclude-file=")+ " - path to the exclusion file", file=out) print( yellow(" -i, --interactive")+ - " - ask confirmation before deletions", file=out) + " - ask confirmation before deletions", file=out) print( yellow(" -n, --package-names")+ - " - protect all versions (when --destructive)", file=out) + " - protect all versions (when --deep", file=out) print( yellow(" -p, --pretend")+ - " - only display what would be cleaned", file=out) + " - only display what would be cleaned", file=out) print( yellow(" -q, --quiet")+ - " - be as quiet as possible", file=out) + " - be as quiet as possible", file=out) print( yellow(" -t, --time-limit=