mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-07-17 16:39:40 +00:00
Update bin/administration
Replace tabs with spaces for consistent code formatting Co-authored-by: El RIDO <elrido@gmx.net>
This commit is contained in:
parent
df1f742789
commit
abe7874829
1 changed files with 1 additions and 1 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue