aboutsummaryrefslogtreecommitdiffstats
path: root/docs/man/xl.pod.1
diff options
context:
space:
mode:
authorGoncalo Gomes <Goncalo.Gomes@EU.CITRIX.COM>2012-05-15 15:41:53 +0100
committerGoncalo Gomes <Goncalo.Gomes@EU.CITRIX.COM>2012-05-15 15:41:53 +0100
commitbe6806f5677f42ed68e5c278823658c543c48ca6 (patch)
tree89df282213b21eed69efbef410510ff4e61fddcd /docs/man/xl.pod.1
parent705407c84cb08fc1d3fb02f92c2f3ad5749f1efc (diff)
downloadxen-be6806f5677f42ed68e5c278823658c543c48ca6.tar.gz
xen-be6806f5677f42ed68e5c278823658c543c48ca6.tar.bz2
xen-be6806f5677f42ed68e5c278823658c543c48ca6.zip
xl: Introduce vncviewer xm compatibility options
Signed-off-by: Goncalo Gomes <Goncalo.Gomes@EU.CITRIX.COM> Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'docs/man/xl.pod.1')
-rw-r--r--docs/man/xl.pod.118
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/man/xl.pod.1 b/docs/man/xl.pod.1
index b192efadf6..a838f54495 100644
--- a/docs/man/xl.pod.1
+++ b/docs/man/xl.pod.1
@@ -126,6 +126,14 @@ Use the given configuration file.
Leave the domain paused after it is created.
+=item B<-V>, B<--vncviewer>
+
+Attach to domain's VNC server, forking a vncviewer process.
+
+=item B<-A>, B<--vncviewer-autopass>
+
+Pass VNC password to vncviewer via stdin.
+
=item B<-c>
Attach console to the domain as soon as it has started. This is
@@ -439,6 +447,16 @@ See the corresponding option of the I<create> subcommand.
Enable debug messages.
+=item B<-V>, B<--vncviewer>
+
+Attach to domain's VNC server, forking a vncviewer process.
+
+=item B<-A>, B<--vncviewer-autopass>
+
+Pass VNC password to vncviewer via stdin.
+
+
+
=back
=item B<save> [I<OPTIONS>] I<domain-id> I<CheckpointFile> [I<ConfigFile>]