فهرست منبع

Update bin/administration

Replace tabs with spaces for consistent code formatting

Co-authored-by: El RIDO <elrido@gmx.net>

Jesus Suarez 1 سال پیش
والد
کامیت
abe7874829
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      bin/administration

+ 1 - 1
bin/administration

@@ -213,7 +213,7 @@ EOT, PHP_EOL;
             self::_help(2);
         }
 
-		$this->_opts = getopt('hd:epsl', array('help', 'delete:', 'empty-dirs', 'purge', 'statistics', 'list-ids', 'delete-all'));
+        $this->_opts = getopt('hd:epsl', array('help', 'delete:', 'empty-dirs', 'purge', 'statistics', 'list-ids', 'delete-all'));
 
         if (!$this->_opts) {
             self::_error_echo('unsupported arguments given');