helly           Sat May  7 09:54:03 2005 EDT

  Modified files:              
    /php-src/sapi/cli   php.1.in 
  Log:
  - Update
  
http://cvs.php.net/diff.php/php-src/sapi/cli/php.1.in?r1=1.9&r2=1.10&ty=u
Index: php-src/sapi/cli/php.1.in
diff -u php-src/sapi/cli/php.1.in:1.9 php-src/sapi/cli/php.1.in:1.10
--- php-src/sapi/cli/php.1.in:1.9       Sat Apr 30 00:12:01 2005
+++ php-src/sapi/cli/php.1.in   Sat May  7 09:54:02 2005
@@ -14,7 +14,7 @@
 ./"    | Author: Marcus Boerger <[EMAIL PROTECTED]>                            
   |
 ./"    +----------------------------------------------------------------------+
 ./" 
-./" $Id: php.1.in,v 1.9 2005/04/30 04:12:01 sniper Exp $
+./" $Id: php.1.in,v 1.10 2005/05/07 13:54:02 helly Exp $
 ./" 
 .TH PHP 1 "Feb 2003" "The PHP Group" "Scripting Language"
 .SH NAME
@@ -24,7 +24,7 @@
 .SH SYNOPSIS
 .B php
 [options] [
-.B \-f ]
+.B \-f\fP ]
 .IR file
 [[\-\-] 
 .IR args.\|.\|. ]
@@ -60,9 +60,10 @@
 [options] \-\- [
 .IR args.\|.\|. ]
 .LP
+\fBphp \fP[options] \fB\-a\fP
+.LP
 .SH DESCRIPTION
-.B PHP
-is a widely\-used general\-purpose scripting language that is especially 
suited for 
+\fBPHP\fP 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:
 .P
@@ -108,7 +109,9 @@
 .TP
 .PD 1
 .B \-a
-Run interactively
+Run PHP interactively. This lets you enter snippets of PHP code that directly
+get executed. When readline support is enabled you can edit the lines and also
+have hitory support.
 .TP
 .PD 0
 .B \-\-php\-ini \fIpath\fP|\fIfile\fP

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to