forked from GNUsocial/gnu-social
command opts for trainuser
This commit is contained in:
parent
e70f4e1c03
commit
441ac3faf6
@ -19,8 +19,8 @@
|
|||||||
|
|
||||||
define('INSTALLDIR', realpath(dirname(__FILE__) . '/../../../..'));
|
define('INSTALLDIR', realpath(dirname(__FILE__) . '/../../../..'));
|
||||||
|
|
||||||
$shortoptions = 'i:n:';
|
$shortoptions = 'i:n:t:';
|
||||||
$longoptions = array('id=', 'nickname=');
|
$longoptions = array('id=', 'nickname=', 'category=');
|
||||||
|
|
||||||
$helptext = <<<END_OF_TRAINUSER_HELP
|
$helptext = <<<END_OF_TRAINUSER_HELP
|
||||||
trainuser.php [options]
|
trainuser.php [options]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user