From 662e87debf3a7d2ba384f7dc960703e12f7195e5 Mon Sep 17 00:00:00 2001 From: martin Date: Thu, 6 Oct 2011 12:27:35 -0400 Subject: [PATCH] CC-2694: Create command line program for viewing/dumping log files -fixed --- utils/airtime-log.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/airtime-log.php b/utils/airtime-log.php index 4e9fc7add..664432715 100644 --- a/utils/airtime-log.php +++ b/utils/airtime-log.php @@ -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"