Add support for SPICE.
[virt-click.git] / virt-click.pod
index 05655d0..ff6deea 100644 (file)
@@ -8,6 +8,8 @@ virt-click - Send mouse click and key press events to virtual machines
 
  virt-click --vnc hostname[:display] command [args...]
 
+ virt-click --spice-host hostname command [args...]
+
 =head1 DESCRIPTION
 
 Virt-click can be used to send simulated mouse clicks and key presses
@@ -25,6 +27,10 @@ complete list of commands, see L</COMMANDS> below.
 Connect directly to VNC port 5901 on the local machine.  Simulate a
 right mouse click at screen coordinates C<(200,200)>.
 
+ virt-click --spice-host localhost --spice-port 5901 click 200 200 right
+
+Same as above, but for SPICE.
+
 =head1 OPTIONS
 
 =over 4
@@ -33,6 +39,23 @@ right mouse click at screen coordinates C<(200,200)>.
 
 Display brief help.
 
+=item B<--spice-uri uri>
+
+=item B<--spice-host host>
+
+=item B<--spice-port port>
+
+=item B<--spice-secure-port port>
+
+=item B<--spice-ca-file file>
+
+=item B<--spice-password password>
+
+=item B<--spice-host-subject host-subj>
+
+Connect directly to a SPICE server.  Either I<--spice-uri> or
+I<--spice-host> must be specified.  The others are optional.
+
 =item B<-v>
 
 Enable verbose messages for debugging.