command opts for trainuser

This commit is contained in:
Evan Prodromou 2012-03-09 06:27:34 -06:00
parent e70f4e1c03
commit 441ac3faf6
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@
define('INSTALLDIR', realpath(dirname(__FILE__) . '/../../../..'));
$shortoptions = 'i:n:';
$longoptions = array('id=', 'nickname=');
$shortoptions = 'i:n:t:';
$longoptions = array('id=', 'nickname=', 'category=');
$helptext = <<<END_OF_TRAINUSER_HELP
trainuser.php [options]