# HG changeset patch
# User Ewan Mellor <ewan@xxxxxxxxxxxxx>
# Node ID cb4031c9d371a6354250f50c56c2d4e9ed56b04c
# Parent  c2bc435da1146bd937c582fd19818671e4bd82cc
This patch improves an usage message about xm dump-core command.
Signed-off-by: Masaki Kanno <kanno.masaki@xxxxxxxxxxxxxx>
---
 tools/python/xen/xm/main.py |    4 ++++
 1 files changed, 4 insertions(+)
diff -r c2bc435da114 -r cb4031c9d371 tools/python/xen/xm/main.py
--- a/tools/python/xen/xm/main.py       Thu Nov 16 10:28:26 2006 +0000
+++ b/tools/python/xen/xm/main.py       Thu Nov 16 10:44:23 2006 +0000
@@ -198,6 +198,10 @@ SUBCOMMAND_OPTIONS = {
     ),
     'network-list': (
        ('-l', '--long', 'List resources as SXP'),
+    ),
+    'dump-core': (
+       ('-L', '--live', 'Dump core without pausing the domain'),
+       ('-C', '--crash', 'Crash domain after dumping core'),
     ),
 }
 
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
 |