From: Zach Copley Date: Wed, 3 Aug 2011 09:46:29 +0000 (+0000) Subject: Adjustment to the simulation script so I can use my own word list for test notices X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b2c8f1292d298f347b1c9df3f480c3063a34810f;p=quix0rs-gnu-social.git Adjustment to the simulation script so I can use my own word list for test notices --- 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 = <<