Browse Source

modified LCM2 control message

nicolopalazzini 5 years ago
parent
commit
d4b7ac0c98
1 changed files with 1 additions and 1 deletions
  1. 1 1
      labcalcoloctl

+ 1 - 1
labcalcoloctl

@@ -235,7 +235,7 @@ elif args.cmd == 'start':
 	parsed = False
 	for n in nodes:
 		if n.location == 'LCM2' and parsed == False :
-			print 'You are trying to start a VM on lcm2 nodes. Are you sure you want to continue?'
+			print 'You are trying to start a VM on lcm2 nodes. Are you sure you want to continue? [yes/no]'
 			while True:
 				choice = raw_input().lower()
 				if choice in yes: