Masaki Kanno
2006-Dec-14 13:56 UTC
[Xen-devel] [PATCH] Fix help message of xm network-attach
Hi, Currently, the help message of xm network-attach is as follows. # xm network-attach --help Usage: xm network-attach <Domain> [--script=<script>] [--ip=<ip>] [--mac=<mac>] Create a new virtual network device. I think that the help message is wrong. - Some parameters are not in the help message. - "--" is needless. This patch fixes the help message. The showing parameters are the same as vif of --help_config of xm create. # xm network-attach --help Usage: xm network-attach <Domain> [type=<type>] [mac=<mac>] [bridge=<bridge>] [ip=<ip>] [script=<script>] [backend=<BackDomain>] [vifname=<name>] Create a new virtual network device. Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com> Best regards, Kan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel