From: Brion Vibber Date: Mon, 11 Jan 2010 21:24:40 +0000 (-0800) Subject: fix long options on deleteuser.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=be1ac6678de2534e1ec42c4dc779fec240d1ebd7;p=quix0rs-gnu-social.git fix long options on deleteuser.php --- diff --git a/scripts/deleteuser.php b/scripts/deleteuser.php index 52389123c5..5373c73cea 100755 --- a/scripts/deleteuser.php +++ b/scripts/deleteuser.php @@ -21,7 +21,7 @@ define('INSTALLDIR', realpath(dirname(__FILE__) . '/..')); $shortoptions = 'i::n::y'; -$longoptions = array('id::nickname::yes'); +$longoptions = array('id=', 'nickname=', 'yes'); $helptext = <<