[Swift-commit] r7743 - SwiftApps/cloud

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Wed Mar 19 16:05:53 CDT 2014


Author: ketan
Date: 2014-03-19 16:05:52 -0500 (Wed, 19 Mar 2014)
New Revision: 7743

Modified:
   SwiftApps/cloud/README
Log:
more notes, warnings and formatting on doc

Modified: SwiftApps/cloud/README
===================================================================
--- SwiftApps/cloud/README	2014-03-19 20:57:18 UTC (rev 7742)
+++ SwiftApps/cloud/README	2014-03-19 21:05:52 UTC (rev 7743)
@@ -258,16 +258,19 @@
 ./remnodes -a "54.243.24.104"
 ----
 
-The above command will remove the node with IP `54.243.24.104` from the current run. Note that in place of IP, you can use public DNS name of the instance eg:
+The above command will remove the node with IP `54.243.24.104` from the current run. 
 
+NOTE: In place of IP, you can use public DNS name of the instance eg:
+
 ----
 ./remnodes -a "ec2-50-99-41-60.compute-1.amazonaws.com ec2-50-99-41-56.compute-1.amazonaws.com"
 ----
 
 The above command will remove instances
 `ec2-50-99-41-60.compute-1.amazonaws.com` and
-`ec2-50-99-41-56.compute-1.amazonaws.com` from the current run. Note that the
-`./remnodes` command will terminate the instances provided as arguments and
+`ec2-50-99-41-56.compute-1.amazonaws.com` from the current run. 
+
+WARNING: The `./remnodes` command will terminate the instances provided as arguments and
 will terminate the top `n` instances provided as number `n` with its `-n`
 switch.
 
@@ -338,10 +341,10 @@
 +--------------+-----------+----------+------------+----------+--------+
 ----
 
-Above output shows the group description for the security groups associated with your running instances.
+Above output shows the group description for the security groups associated
+with your running instances. Feel free to contact Swift
+http://swift-lang.org/support/index.php[support] if issues persist.
 
-Feel free to contact Swift http://swift-lang.org/support/index.php[support] if issues persist.
-
 Upcoming Features
 ------------------
 




More information about the Swift-commit mailing list