Skip to content

Commit

Permalink
- register options for create (Bug #7704)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/LiveUser/trunk@213597 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
Lukas Smith committed May 23, 2006
1 parent 2379643 commit 10451d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/examples/demodata.php
Expand Up @@ -77,8 +77,8 @@
require_once 'Console/Getopt.php';
$argv = Console_Getopt::readPHPArgv();

$shortoptions = "h?d:f:";
$longoptions = array('file=', 'dsn=');
$shortoptions = "h?d:f:c:";
$longoptions = array('file=', 'dsn=', 'create=');

$con = new Console_Getopt;
$args = $con->readPHPArgv();
Expand Down

0 comments on commit 10451d0

Please sign in to comment.