aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--modules/modules.eselect6
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index cb13064..914da72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2012-02-18 Ulrich Müller <ulm@gentoo.org>
+ * modules/modules.eselect (DESCRIPTION, MAINTAINER): Move behind
+ inherit command and update description.
+
* libs/default.eselect.in (do_version): Show version of eselect;
show version of the module if it is available.
(VERSION): Set default version to empty string.
diff --git a/modules/modules.eselect b/modules/modules.eselect
index 40f1d19..68d6871 100644
--- a/modules/modules.eselect
+++ b/modules/modules.eselect
@@ -3,13 +3,13 @@
# Distributed under the terms of the GNU GPL version 2 or later
# $Id$
-DESCRIPTION="A module for querying modules. By default, it lists all available modules"
+inherit config
+
+DESCRIPTION="Query eselect modules"
MAINTAINER="eselect@gentoo.org"
DEFAULT_ACTION="list"
-inherit config
-
### list action
describe_list() {