From: Keir Fraser Date: Thu, 7 Aug 2008 08:05:31 +0000 (+0100) Subject: xm: fix trivial typo. s/ciredump-restore/coredump-restart/ X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14159^2~12 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=97503a73e35136c20755936cf1cc6e189a09e6a5;p=xen.git xm: fix trivial typo. s/ciredump-restore/coredump-restart/ Signed-off-by: Isaku Yamahata --- diff --git a/tools/python/xen/xm/create.py b/tools/python/xen/xm/create.py index 9d00a81226..a4bf35071e 100644 --- a/tools/python/xen/xm/create.py +++ b/tools/python/xen/xm/create.py @@ -279,7 +279,7 @@ gopts.var('on_reboot', val='destroy|restart|preserve|rename-restart', renamed and a new domain started in its place. """) -gopts.var('on_crash', val='destroy|restart|preserve|rename-restart|coredump-destroy|ciredump-restart', +gopts.var('on_crash', val='destroy|restart|preserve|rename-restart|coredump-destroy|coredump-restart', fn=set_value, default=None, use="""Behaviour when a domain exits with reason 'crash'. - destroy: the domain is cleaned up as normal;