search for: shutdown_mod

Displaying 1 result from an estimated 1 matches for "shutdown_mod".

Did you mean: shutdown_mode
2006 Jan 13
0
[PATCH] Fix error(help) messages in main.py and shutdown.py
...19:08:31 2006 @@ -92,7 +92,9 @@ shutdown(opts, None, mode, opts.vals.wait) def main_dom(opts, args): - if len(args) < 1: opts.err(''Missing domain'') + from xen.xm.main import arg_check + arg_check(args, "shutdown", 1, 4) + dom = args[0] mode = shutdown_mode(opts) shutdown(opts, [ dom ], mode, opts.vals.wait) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel