[Swift-commit] r7701 - SwiftApps/swift-galaxy/swift

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Wed Mar 12 15:32:57 CDT 2014


Author: ketan
Date: 2014-03-12 15:32:57 -0500 (Wed, 12 Mar 2014)
New Revision: 7701

Modified:
   SwiftApps/swift-galaxy/swift/swiftforeach.xml
Log:
update tooldoc

Modified: SwiftApps/swift-galaxy/swift/swiftforeach.xml
===================================================================
--- SwiftApps/swift-galaxy/swift/swiftforeach.xml	2014-03-12 20:18:28 UTC (rev 7700)
+++ SwiftApps/swift-galaxy/swift/swiftforeach.xml	2014-03-12 20:32:57 UTC (rev 7701)
@@ -146,11 +146,13 @@
 
 **What it does**
 
-This is a generic Swift tool that runs an executable in parallel over a range of numbers or a list of items in a file.
+This is a generic Swift tool that runs an executable in parallel over a range of numbers or a list of items from a file.
 
-Execution location allows user to declare where to run the tool. Executable can be any arbitrary executable of type "binexec" uploaded by user.
+Execution location allows user to declare where to run the tool. Executable can be any arbitrary executable uploaded by user.
 
-Start, end and stepsize are integer values. Note that the stepsize cannot be less than 1. Optionally, sser can add new arguments to be provided to the tool executable after the numeric argument. Each args box must contain exactly one argument without spaces.
+Start, end, and stepsize are integer values. Note that the stepsize cannot be
+less than 1. Optionally, user can add new arguments to be provided to the tool
+executable after the numeric argument. 
 
 -----
 




More information about the Swift-commit mailing list