From dfd66d67ae8ae3aa92da4c48a0329d1f0e7dc6c4 Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 17 Oct 2012 11:24:40 +0000 Subject: [PATCH] adding monitor support -m to xdcp git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14041 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/bin/xdsh | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-client/bin/xdsh b/xCAT-client/bin/xdsh index 8a5fe7f2a..814d970ca 100644 --- a/xCAT-client/bin/xdsh +++ b/xCAT-client/bin/xdsh @@ -518,6 +518,7 @@ sub parse_args_xdcp 'h|help' => \$options{'help'}, 'i|rootimg=s' => \$options{'rootimg'}, 'l|user=s' => \$options{'user'}, + 'm|monitor' => \$options{'monitor'}, 'n|nodes=s' => \$options{'nodes'}, 'o|node-options=s' => \$options{'node-options'}, 'q|show-config' => \$options{'show-config'},