aboutsummaryrefslogtreecommitdiffstats
path: root/pym/portage/emaint/modules/move/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/emaint/modules/move/__init__.py')
-rw-r--r--pym/portage/emaint/modules/move/__init__.py9
1 files changed, 3 insertions, 6 deletions
diff --git a/pym/portage/emaint/modules/move/__init__.py b/pym/portage/emaint/modules/move/__init__.py
index 5399440ce..d31d7b346 100644
--- a/pym/portage/emaint/modules/move/__init__.py
+++ b/pym/portage/emaint/modules/move/__init__.py
@@ -1,21 +1,18 @@
# Copyright 2005-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-"""'This emaint module provides checks and maintenance for:
- 1) "Performing package move updates for installed packages",
- 2)"Perform package move updates for binary packages"
+"""Perform package move updates for installed and binary packages.
"""
module_spec = {
'name': 'move',
- 'description': "Provides functions to check for and move packages " +\
- "either installed or binary packages stored on this system",
+ 'description': __doc__,
'provides':{
'module1': {
'name': "moveinst",
'class': "MoveInstalled",
- 'description': "Perform package move updates for installed packages",
+ 'description': __doc__,
'options': ['check', 'fix'],
'functions': ['check', 'fix'],
'func_desc': {