From 441ac3faf6d8846b44c94ad6c6666ff9f95de626 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 9 Mar 2012 06:27:34 -0600 Subject: [PATCH] command opts for trainuser --- scripts/trainuser.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/trainuser.php b/scripts/trainuser.php index 8ee6387081..3399e751ba 100644 --- a/scripts/trainuser.php +++ b/scripts/trainuser.php @@ -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 = <<