[Laszlo-checkins] r8561 - openlaszlo/branches/pagan-deities/WEB-INF/lps/server/src/org/openlaszlo/compiler

dda@openlaszlo.org dda at openlaszlo.org
Sat Apr 5 08:18:57 PDT 2008


Author: dda
Date: 2008-04-05 08:18:47 -0700 (Sat, 05 Apr 2008)
New Revision: 8561

Modified:
   openlaszlo/branches/pagan-deities/WEB-INF/lps/server/src/org/openlaszlo/compiler/Main.java
Log:
Change 20080405-dda-w by dda at lester.local on 2008-04-05 11:16:58 EDT
    in /Users/dda/laszlo/src/svn/openlaszlo/branches/pagan-deities
    for http://svn.openlaszlo.org/openlaszlo/branches/pagan-deities

Summary: lzc command line change followup: fixed typo

New Features:

Bugs Fixed: LPP-5571

Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details:
    Fixed typo in usage message per Phil's review.

Tests:



Modified: openlaszlo/branches/pagan-deities/WEB-INF/lps/server/src/org/openlaszlo/compiler/Main.java
===================================================================
--- openlaszlo/branches/pagan-deities/WEB-INF/lps/server/src/org/openlaszlo/compiler/Main.java	2008-04-05 15:18:18 UTC (rev 8560)
+++ openlaszlo/branches/pagan-deities/WEB-INF/lps/server/src/org/openlaszlo/compiler/Main.java	2008-04-05 15:18:47 UTC (rev 8561)
@@ -38,7 +38,7 @@
         "--script-cache-dir directory",
         "  Location of script cache directory (default <lps>/work/scache)",
         "--media-cache-dir directory",
-        "  Location of script cache directory (default <lps>/work/cache/cmcache)",
+        "  Location of media cache directory (default <lps>/work/cache/cmcache)",
         "",
         "Output options:",
         "--runtime=[swf7|swf8|swf9|dhtml|j2me|svg|null]",



More information about the Laszlo-checkins mailing list