git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@22191 44c647ce-9c0f-0410-b52a-842ac1e357ba
@@ -594,6 +594,7 @@ class Zend_Console_Getopt
{
$usage = "Usage: {$this->_progname} [ options ]\n";
$maxLen = 20;
+ $lines = array();
foreach ($this->_rules as $rule) {
$flags = array();
if (is_array($rule['alias'])) {