From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-858960-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 9CE2D58973
	for <garchives@archives.gentoo.org>; Fri, 22 Jan 2016 19:14:57 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 3E19321C00C;
	Fri, 22 Jan 2016 19:14:51 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id A662B21C00E
	for <gentoo-commits@lists.gentoo.org>; Fri, 22 Jan 2016 19:14:50 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 408FA340A9E
	for <gentoo-commits@lists.gentoo.org>; Fri, 22 Jan 2016 19:14:49 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 5475910B8
	for <gentoo-commits@lists.gentoo.org>; Fri, 22 Jan 2016 19:14:45 +0000 (UTC)
From: "Michael Orlitzky" <mjo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" <mjo@gentoo.org>
Message-ID: <1453489930.6c32b7cef3c114a4b134af2296a867bba5e717e2.mjo@gentoo>
Subject: [gentoo-commits] proj/eselect-php:master commit in: src/
X-VCS-Repository: proj/eselect-php
X-VCS-Files: src/php.eselect.in.in
X-VCS-Directories: src/
X-VCS-Committer: mjo
X-VCS-Committer-Name: Michael Orlitzky
X-VCS-Revision: 6c32b7cef3c114a4b134af2296a867bba5e717e2
X-VCS-Branch: master
Date: Fri, 22 Jan 2016 19:14:45 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 2ccae159-2dce-4877-82d3-8e7bcac36a53
X-Archives-Hash: 858a51a888705843bf77aa512ef2e255

commit:     6c32b7cef3c114a4b134af2296a867bba5e717e2
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 22 19:12:10 2016 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Fri Jan 22 19:12:10 2016 +0000
URL:        https://gitweb.gentoo.org/proj/eselect-php.git/commit/?id=6c32b7ce

Cosmetic changes to help text.

 src/php.eselect.in.in | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/src/php.eselect.in.in b/src/php.eselect.in.in
index 2467ce3..ac05d3a 100644
--- a/src/php.eselect.in.in
+++ b/src/php.eselect.in.in
@@ -492,7 +492,7 @@ apache2_php5_config_check() {
 ## set action
 
 describe_set() {
-	echo "Sets the current configuration for a module"
+	echo "make <target> active for <module>"
 }
 
 describe_set_parameters() {
@@ -500,8 +500,8 @@ describe_set_parameters() {
 }
 
 describe_set_options() {
-	echo "module:	one of ${MODULES}"
-	echo "target:	Target name or number (from the 'list' action)"
+	echo "module: one of: ${MODULES}"
+	echo "target: target name or number (from the \"list\" action)"
 }
 
 
@@ -526,7 +526,7 @@ do_set() {
 ## List action
 
 describe_list() {
-	echo "Lists available php installs for a module"
+	echo "lists valid targets for <module>"
 }
 
 describe_list_parameters() {
@@ -534,7 +534,7 @@ describe_list_parameters() {
 }
 
 describe_list_options() {
-	echo "module: one of ${MODULES}"
+	echo "module: one of: ${MODULES}"
 }
 
 do_list() {
@@ -546,7 +546,7 @@ do_list() {
 ## Show action
 
 describe_show() {
-	echo "Lists available php installs for a module"
+	echo "show the active target for <module>"
 }
 
 describe_show_parameters() {
@@ -554,7 +554,7 @@ describe_show_parameters() {
 }
 
 describe_show_options() {
-	echo "module: one of ${MODULES}"
+	echo "module: one of: ${MODULES}"
 }
 
 do_show() {
@@ -566,7 +566,7 @@ do_show() {
 ## update action
 
 describe_update() {
-	echo "Automatically update the php versions"
+	echo "update <module> to latest target"
 }
 
 describe_update_parameters() {
@@ -574,8 +574,8 @@ describe_update_parameters() {
 }
 
 describe_update_options() {
-	echo "module: one of ${MODULES}"
-	echo "ifunset : Do not override existing implementation"
+	echo "module: one of: ${MODULES}"
+	echo "--if-unset: do nothing if <module> target already exists"
 }
 
 do_update() {
@@ -600,7 +600,7 @@ do_update() {
 ## cleanup action
 
 describe_cleanup() {
-	echo "Clean up stale links"
+	echo "remove and try to fix stale links"
 }
 
 do_cleanup() {
@@ -623,7 +623,7 @@ do_cleanup() {
 ## modules action
 
 describe_modules() {
-	echo "List all valid modules, separated by spaces"
+	echo "output a space-separated list of valid modules"
 }
 
 do_modules() {