diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2016-01-22 13:53:53 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2016-01-22 13:53:53 -0500 |
commit | e70582051f77f157be6038683f1dac8a2a079800 (patch) | |
tree | 80eedeeccde46e3b82cf9e8dfac5eaef66c15f8b | |
parent | Clean up and document the cleanup_sapi() function. (diff) | |
download | eselect-php-e70582051f77f157be6038683f1dac8a2a079800.tar.gz eselect-php-e70582051f77f157be6038683f1dac8a2a079800.tar.bz2 eselect-php-e70582051f77f157be6038683f1dac8a2a079800.zip |
Remove the word "automatically" from the cleanup description.
-rw-r--r-- | src/php.eselect.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/php.eselect.in.in b/src/php.eselect.in.in index 63b9d42..a9c6efd 100644 --- a/src/php.eselect.in.in +++ b/src/php.eselect.in.in @@ -576,7 +576,7 @@ do_update() { ## cleanup action describe_cleanup() { - echo "Automatically clean up stale links" + echo "Clean up stale links" } describe_cleanup_parameters() { |