From c50774001649be700701198d5e0a6c4236a3120a Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Wed, 10 Sep 2008 11:33:08 -0400 Subject: Correct the message telling you to use a VNC password. --- vnc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vnc.py b/vnc.py index 08ed4eceb..7010411c6 100644 --- a/vnc.py +++ b/vnc.py @@ -255,7 +255,7 @@ class VncServer: "to the vncviewer is unsuccessful\n\n")) elif self.password == "": self.log.warning(_("\n\nWARNING!!! VNC server running with NO PASSWORD!\n" - "You can use the self.password= boot option\n" + "You can use the vncpassword= boot option\n" "if you would like to secure the server.\n\n")) elif self.password != "": self.log.warning(_("\n\nYou chose to execute vnc with a password. \n\n")) -- cgit