List, Please find a trivial patch to fix three issues with the manpage for virt-viewer :
* Short option for --reconnect is -r, not -w * Show that the short option for zoom takes an argument * Add the --debug argument. regards ronnie sahlberg
# HG changeset patch # User Ronnie Sahlberg <[email protected]> # Date 1278679803 -36000 # Node ID c735ab7f061ab1bf4e7fdfb2c863ae41617a72fe # Parent c374cc9b4e3328dbb60cbc2f7189df423cf54efa Updates to the manpage diff -r c374cc9b4e33 -r c735ab7f061a man/virt-viewer.pod --- a/man/virt-viewer.pod Tue Jul 06 18:24:49 2010 +0000 +++ b/man/virt-viewer.pod Fri Jul 09 22:50:03 2010 +1000 @@ -43,11 +43,11 @@ Wait for the domain to start up before attempting to connect to the console -=item -w, --reconnect +=item -r, --reconnect Automatically reconnect to the domain if it shuts down and restarts -=item -z, --zoom=PCT +=item -z PCT, --zoom=PCT Zoom level of the VNC window in percentage. Range 10-200. @@ -56,6 +56,10 @@ Do not attempt to tunnel the console over SSH, even if the main connection URI used SSH. +=item --debug + +Print debugging information + =back =head1 EXAMPLES
man.diff.gz
Description: GNU Zip compressed data
_______________________________________________ virt-tools-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/virt-tools-list
