@@ -674,7 +674,7 @@ |
||
| 674 | 674 | 'longPrefix' => 'max-depth', |
| 675 | 675 | 'castTo' => 'int', |
| 676 | 676 | 'description' => 'Descend at most the given number of levels of directories. '. |
| 677 | - 'A negative value means no limit.', |
|
| 677 | + 'A negative value means no limit.', |
|
| 678 | 678 | 'defaultValue' => static::DEFAULT_MAX_DEPTH, |
| 679 | 679 | 'prompt' => 'Scan Depth (of directories)', |
| 680 | 680 | 'acceptValue' => function ($response) { |