From: Mikael Nordfeldth Date: Thu, 25 Feb 2016 23:06:04 +0000 (+0100) Subject: User friendlieness in scripts/delete_notice.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=273051039385719448bc37e75aca09e7019502ac;p=quix0rs-gnu-social.git User friendlieness in scripts/delete_notice.php --- diff --git a/scripts/delete_notice.php b/scripts/delete_notice.php index bf10cbb2b2..cd29cffc15 100755 --- a/scripts/delete_notice.php +++ b/scripts/delete_notice.php @@ -20,8 +20,8 @@ define('INSTALLDIR', realpath(dirname(__FILE__) . '/..')); -$shortoptions = 'i::n::u::y'; -$longoptions = array('id=', 'nickname=', 'uri=', 'yes'); +$shortoptions = 'i::u::y'; +$longoptions = array('id=', 'uri=', 'yes'); $helptext = <<getMessage()}\n"; exit(1); }