WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH] Fix help message of xm network-attach

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH] Fix help message of xm network-attach
From: Masaki Kanno <kanno.masaki@xxxxxxxxxxxxxx>
Date: Thu, 14 Dec 2006 22:56:21 +0900
Delivery-date: Thu, 14 Dec 2006 05:56:35 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
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@xxxxxxxxxxxxxx>

Best regards,
 Kan

Attachment: help_network_attach.patch
Description: Binary data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] Fix help message of xm network-attach, Masaki Kanno <=