qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: [RFC][PATCH v5 19/21] virtagent: add virtagent guest da


From: Adam Litke
Subject: [Qemu-devel] Re: [RFC][PATCH v5 19/21] virtagent: add virtagent guest daemon
Date: Mon, 06 Dec 2010 16:26:14 -0600

On Fri, 2010-12-03 at 12:03 -0600, Michael Roth wrote:
> +static void usage(const char *cmd)
> +{
> +    printf(
> +"Usage: %s -c <channel_opts>\n"
> +"QEMU virtagent guest agent\n"
> +"\n"
> +"  -c, --channel     channel options of the form:\n"
> +"                    <method>:<addr>:<port>[:channel_id]\n"
> +"  -v, --verbose     display extra debugging information\n"
> +"  -h, --help        display this help and exit\n"
> +"\n"
> +"  channels are used to establish a data connection between 2 end-points 
> in\n"
> +"  the host or the guest (connection method specified by <method>).\n"
> +"  The positional parameters for channels are:\n"
> +"\n"
> +"  <method>:     one of unix-connect, unix-listen, tcp-connect, 
> tcp-listen,\n"
> +"                virtserial-open\n"

The usage information doesn't agree with the parameters the program
accepts (virtserial-open -> virtio-serial)

> +"  <addr>:       path of unix socket or virtserial port, or IP of host, to\n"
> +"                connect/bind to\n"
> +"  <port>:       port to bind/connect to, or '-' if addr is a path\n"
> +"\n"
> +"Report bugs to <address@hidden>\n"
> +    , cmd);
> +}

-- 
Thanks,
Adam




reply via email to

[Prev in Thread] Current Thread [Next in Thread]