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() {