summaryrefslogtreecommitdiff
path: root/pear/PEAR
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>2002-11-20 06:51:23 +0000
committerStig Bakken <ssb@php.net>2002-11-20 06:51:23 +0000
commit713d0e8966adc1c2f6b3542dcd5341e6144d979a (patch)
tree336c06b3ca5253691d55a5368aeb9249c5418eb9 /pear/PEAR
parent0cc15ba4b901d78d6441d647155c1797e302879e (diff)
downloadphp-git-713d0e8966adc1c2f6b3542dcd5341e6144d979a.tar.gz
* convert to english
Diffstat (limited to 'pear/PEAR')
-rw-r--r--pear/PEAR/Command/Config.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/pear/PEAR/Command/Config.php b/pear/PEAR/Command/Config.php
index 63ecc4b102..295f2086da 100644
--- a/pear/PEAR/Command/Config.php
+++ b/pear/PEAR/Command/Config.php
@@ -61,12 +61,12 @@ just specified.
'shortcut' => 'cs',
'options' => array(),
'doc' => '<parameter> <value> [layer]
-Sets the value of one configuration parameter. The first
-argument is the name of the parameter, the second argument is the new value.
-Some parameters are be subject to validation, and the command will fail with
-an error message if the new value does not make sense. An optional third
-argument may be used to specify which layer to set the configuration parameter
-in. The default layer is "user".
+Sets the value of one configuration parameter. The first argument is
+the name of the parameter, the second argument is the new value. Some
+parameters are subject to validation, and the command will fail with
+an error message if the new value does not make sense. An optional
+third argument may be used to specify in which layer to set the
+configuration parameter. The default layer is "user".
',
),
'config-help' => array(