[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] Fixing bug/typo in main.py
This patch fixes a typo of main.py. 1.xm reboot help is shown only 3 arguments. 2.unit name of Mem in xm list header is *MiB* Signed-off-by: Yoshinori Katase <y_katase@xxxxxxxxxxxxxxxx> Best Regards, Yoshinori Katase diff -r ed7888c838ad tools/python/xen/xm/main.py --- a/tools/python/xen/xm/main.py Tue Jan 10 17:53:44 2006 +++ b/tools/python/xen/xm/main.py Wed Jan 11 16:05:28 2006 @@ -58,7 +58,7 @@ mem_set_help = "mem-set <DomId> <Mem> Adjust the current memory usage for a domain" migrate_help = "migrate <DomId> <Host> Migrate a domain to another machine" pause_help = "pause <DomId> Pause execution of a domain" -reboot_help = "reboot <DomId> [-w][-a] Reboot a domain" +reboot_help = "reboot <DomId> [-w][-a][-R|-H] Reboot a domain" restore_help = "restore <File> Create a domain from a saved state file" save_help = "save <DomId> <File> Save domain state (and config) to file" shutdown_help ="shutdown <DomId> [-w][-a][-R|-H] Shutdown a domain" @@ -377,7 +377,7 @@ def xm_brief_list(doms): - print 'Name ID Mem(MiB) VCPUs State Time(s)' + print 'Name ID Mem(MB) VCPUs State Time(s)' for dom in doms: d = parse_doms_info(dom) if (d['ssidref'] != 0): Attachment:
main_typo.patch _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |