@@ -36,12 +36,12 @@ |
||
36 | 36 | InputOption::VALUE_NONE, |
37 | 37 | 'Show information about disk usage, execution time and memory usage' |
38 | 38 | ) |
39 | - ->addOption( |
|
40 | - 'no-progress', |
|
41 | - null, |
|
42 | - InputOption::VALUE_NONE, |
|
43 | - 'Don\'t show progress bar' |
|
44 | - ); |
|
39 | + ->addOption( |
|
40 | + 'no-progress', |
|
41 | + null, |
|
42 | + InputOption::VALUE_NONE, |
|
43 | + 'Don\'t show progress bar' |
|
44 | + ); |
|
45 | 45 | } |
46 | 46 | |
47 | 47 | /** |
@@ -45,13 +45,13 @@ |
||
45 | 45 | { |
46 | 46 | parent::configure(); |
47 | 47 | $this->setName('clean') |
48 | - ->setDescription($this->description) |
|
49 | - ->addOption( |
|
50 | - 'scrub', |
|
51 | - null, |
|
52 | - InputOption::VALUE_NONE, |
|
53 | - 'Check all directories for old files, use only to check all disk' |
|
54 | - ); |
|
48 | + ->setDescription($this->description) |
|
49 | + ->addOption( |
|
50 | + 'scrub', |
|
51 | + null, |
|
52 | + InputOption::VALUE_NONE, |
|
53 | + 'Check all directories for old files, use only to check all disk' |
|
54 | + ); |
|
55 | 55 | } |
56 | 56 | |
57 | 57 | /** |