Skip to content

Commit

Permalink
made a better description for -n option in manage-cluster.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Riley committed Mar 18, 2009
1 parent c2c105d commit a779825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/manage-cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def main():
parser.add_option("-x","--no-create", dest="no_create", action="store_true", default=False, help="same as -s but does not launch new ec2 instances when starting cluster (mostly for debug)")
parser.add_option("-m","--login-master", dest="login_master", action="store_true", default=False, help="ssh to ec2 cluster master node (equivalent to -n 0")
parser.add_option("-l","--list-nodes", dest="list_nodes", action="store_true", default=False, help="list all ec2 cluster nodes")
parser.add_option("-n","--login-node", dest="login_node", default=None, help="node number to connect to. (from output of -l option)")
parser.add_option("-n","--login-node", dest="login_node", default=None, help="node number to ssh to. (from output of -l option)")

(options,args) = parser.parse_args()

Expand Down

0 comments on commit a779825

Please sign in to comment.