diff options
author | Andrei Zmievski <andrei@php.net> | 2006-04-23 19:57:15 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2006-04-23 19:57:15 +0000 |
commit | 19aec78b9531602a34f2d29f3c6d7e8e7a6736d7 (patch) | |
tree | 9a44c7e0d5d3184c3ba27ad3ae4c02129c6f5d7b | |
parent | 2e4497b5a23a7130180c2fdc818dd4c734d27939 (diff) | |
download | php-git-19aec78b9531602a34f2d29f3c6d7e8e7a6736d7.tar.gz |
MFB
-rw-r--r-- | sapi/cli/php.1.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/cli/php.1.in b/sapi/cli/php.1.in index 1b2c4d6333..1f924e7212 100644 --- a/sapi/cli/php.1.in +++ b/sapi/cli/php.1.in @@ -44,7 +44,7 @@ PHP Command Line Interface 'CLI' .B PHP is a widely\-used general\-purpose scripting language that is especially suited for Web development and can be embedded into HTML. This is the command line interface -that enables you to the following: +that enables you to do the following: .P You can parse and execute files by using parameter \-f followed by the name of the .IR file |