parent
							
								
									46001809a6
								
							
						
					
					
						commit
						192781e83b
					
				|  | @ -118,7 +118,7 @@ namespace OpenSim.Framework.Console | ||||||
|         // (Done with no echo and suitable for passwords) |         // (Done with no echo and suitable for passwords) | ||||||
|         public string PasswdPrompt(string p) |         public string PasswdPrompt(string p) | ||||||
|         { |         { | ||||||
|             return ReadLine(p, false, false); |             return ReadLine(String.Format("{0}: ", p), false, false); | ||||||
|         } |         } | ||||||
| 
 | 
 | ||||||
|         public virtual string ReadLine(string p, bool isCommand, bool e) |         public virtual string ReadLine(string p, bool isCommand, bool e) | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	 Diva Canto
						Diva Canto