summaryrefslogtreecommitdiffstats
path: root/vnc.py
diff options
context:
space:
mode:
Diffstat (limited to 'vnc.py')
-rw-r--r--vnc.py2
1 files changed, 1 insertions, 1 deletions
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=<password> boot option\n"
+ "You can use the vncpassword=<password> 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"))