summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2016-01-22 14:12:10 -0500
committerMichael Orlitzky <mjo@gentoo.org>2016-01-22 14:12:10 -0500
commit6c32b7cef3c114a4b134af2296a867bba5e717e2 (patch)
tree8d9950e6280863de9030f9a5749ecec09a0704b8
parentAdd a "modules" action to list all valid modules (requested in bug 491866). (diff)
downloadeselect-php-6c32b7cef3c114a4b134af2296a867bba5e717e2.tar.gz
eselect-php-6c32b7cef3c114a4b134af2296a867bba5e717e2.tar.bz2
eselect-php-6c32b7cef3c114a4b134af2296a867bba5e717e2.zip
Cosmetic changes to help text.
-rw-r--r--src/php.eselect.in.in24
1 files 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() {