CC-2694: Create command line program for viewing/dumping log files

-fixed
This commit is contained in:
martin 2011-10-06 12:27:35 -04:00
parent 99469307d2
commit 662e87debf
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ try {
$opts = new Zend_Console_Getopt(
array(
'view|v=s' => "Display log file\n"
."\t\t$keys (ALL by default)",
."\t\t$keys",
'dump|d-s' => "Collect all log files and compress into a tarball\n"
."\t\t$keys (ALL by default)",
'tail|t-s' => "View any new entries appended to log files in real-time\n"