diff --git a/scripts/createsim.php b/scripts/createsim.php index e3677e1564..4912d2a61b 100644 --- a/scripts/createsim.php +++ b/scripts/createsim.php @@ -20,20 +20,31 @@ define('INSTALLDIR', realpath(dirname(__FILE__) . '/..')); -$shortoptions = 'u:n:b:g:j:t:x:z:'; -$longoptions = array('users=', 'notices=', 'subscriptions=', 'groups=', 'joins=', 'tags=', 'prefix='); +$shortoptions = 'b:g:j:n:t:u:w:x:z:'; +$longoptions = array( + 'subscriptions=', + 'groups=', + 'joins=', + 'notices=', + 'tags=', + 'users=', + 'words=', + 'prefix=', + 'groupprefix' +); $helptext = <<