summaryrefslogtreecommitdiffstats
path: root/vnc.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-09-10 11:33:08 -0400
committerChris Lumens <clumens@redhat.com>2008-09-10 11:33:08 -0400
commitc50774001649be700701198d5e0a6c4236a3120a (patch)
treeb06ae018ce7f1b7a6183fa575411dee4e87c5b59 /vnc.py
parent0bdf74f0b27b5dd9fc13c1e53a0826cbae5c7206 (diff)
downloadanaconda-c50774001649be700701198d5e0a6c4236a3120a.tar.gz
anaconda-c50774001649be700701198d5e0a6c4236a3120a.tar.xz
anaconda-c50774001649be700701198d5e0a6c4236a3120a.zip
Correct the message telling you to use a VNC password.
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"))