|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] Fix -h option of xm command
Hi,
Could you comment this patch?
You don't remove the '-h' option, do it?
Best regards,
Kan
>Hi,
>
>The '-h' option was disabled in changeset:11572.
>Currently, help messages are not shown, or error messages are shown.
>
># xm create -h
># xm reboot -h
># xm shutdown -h
># xm migrate -h
>Error: Invalid number of arguments
>Usage: xm migrate <Domain> <Host>
>
>Migrate a domain to another machine.
>
>Options:
>
>-h, --help Print this help.
>-l, --live Use live migration.
>-p=portnum, --port=portnum
> Use specified port for migration.
>-r=MBIT, --resource=MBIT
> Set level of resource usage for migration.
>
>
>This patch enables the '-h' option of xm command.
>
>Signed-off-by: Masaki Kanno <kanno.masaki@xxxxxxxxxxxxxx>
>
>Best regards,
> Kan
>
>
>-------------------------------text/plain-------------------------------
>_______________________________________________
>Xen-devel mailing list
>Xen-devel@xxxxxxxxxxxxxxxxxxx
>http://lists.xensource.com/xen-devel
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|