From b2c8f1292d298f347b1c9df3f480c3063a34810f Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Wed, 3 Aug 2011 09:46:29 +0000 Subject: [PATCH] Adjustment to the simulation script so I can use my own word list for test notices --- scripts/createsim.php | 29 +++++++++++++++++++++++------ 1 file changed, 23 insertions(+), 6 deletions(-) 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 = <<