diff options
author | twaugh <twaugh> | 2003-08-05 13:59:53 +0000 |
---|---|---|
committer | twaugh <twaugh> | 2003-08-05 13:59:53 +0000 |
commit | 7770b2fd7919b943148c27f03ed8d79aa21a5b62 (patch) | |
tree | f5424f1f5476da96fd08cb1143b40d0b7e11e2db /anaconda | |
parent | 8208afe75a15298fdc344eaf857d60adb038a06c (diff) | |
download | anaconda-7770b2fd7919b943148c27f03ed8d79aa21a5b62.tar.gz anaconda-7770b2fd7919b943148c27f03ed8d79aa21a5b62.tar.xz anaconda-7770b2fd7919b943148c27f03ed8d79aa21a5b62.zip |
Fixed typo.
Diffstat (limited to 'anaconda')
-rwxr-xr-x | anaconda | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ def startVNCServer(vncpassword=None, root='/'): if not vncpid: args = [ root + "/usr/bin/Xvnc", ":1", "-nevershared", - "-depth", "16", "-geometry", "800x600" "-dontdisconnect"] + "-depth", "16", "-geometry", "800x600", "-dontdisconnect"] # set passwd if necessary if vncpassword is not None: |