From 1b002d55a95a8db17744c8b389b21839eb7a778d Mon Sep 17 00:00:00 2001 From: sakolish Date: Thu, 28 Feb 2008 19:45:47 +0000 Subject: [PATCH] deps.cmd table decription update - Line #35 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@624 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT-2.0/xCAT/Schema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT-2.0/xCAT/Schema.pm b/perl-xCAT-2.0/xCAT/Schema.pm index a2ac5e661..f6469e317 100644 --- a/perl-xCAT-2.0/xCAT/Schema.pm +++ b/perl-xCAT-2.0/xCAT/Schema.pm @@ -32,7 +32,7 @@ deps => { node => 'The node name or group name.', nodedep => 'Comma-separated list of nodes it is dependent on.', msdelay => 'How long to wait between operating on the dependent nodes and the primary nodes.', - cmd => 'Which xCAT command this dependency applies to.', + cmd => 'Comma-seperated list of which operation this dependency applies to.', comments => 'Any user-written notes.', disable => "Set to 'yes' or '1' to comment out this row.", },