Update bin/administration

Replace tabs with spaces for consistent code formatting

Co-authored-by: El RIDO <elrido@gmx.net>
This commit is contained in:
Jesus Suarez 2025-04-22 16:43:54 -05:00 committed by GitHub
parent df1f742789
commit abe7874829
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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');