[Swift-commit] r7769 - trunk/docs/userguide

davidk at ci.uchicago.edu davidk at ci.uchicago.edu
Wed Apr 16 12:51:49 CDT 2014


Author: davidk
Date: 2014-04-16 12:51:49 -0500 (Wed, 16 Apr 2014)
New Revision: 7769

Modified:
   trunk/docs/userguide/configuration
Log:
Add documentation for ticker properties


Modified: trunk/docs/userguide/configuration
===================================================================
--- trunk/docs/userguide/configuration	2014-04-15 09:17:17 UTC (rev 7768)
+++ trunk/docs/userguide/configuration	2014-04-16 17:51:49 UTC (rev 7769)
@@ -479,12 +479,25 @@
  concurrent transfers can cause the network to be overloaded
  preventing various other signaling traffic from flowing properly.
 
+|ticker.date.format
+|String
+|
+|Describes how to format the ticker date output. The format of this string
+ is documented in the Java SimpleDateFormat class, at 
+ http://docs.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html
+
 |ticker.disable
 |true, false
 |false
 |When set to true, suppresses the output progress ticker that Swift
  sends to the console every few seconds during a run
 
+|ticker.prefix
+|String
+|Progress:
+|String to prepend to ticker output
+
+
 |use.wrapper.staging
 |true, false
 |false
@@ -543,4 +556,3 @@
 -----
 workdir=$RUNDIRECTORY
 -----
-




More information about the Swift-commit mailing list