fix for bug 3091783: mention node group in the description of nodedep column in deps table

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8097 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
ligc 2010-11-09 06:29:34 +00:00
parent 20656d3295
commit dcb6a7115b

View File

@ -302,7 +302,7 @@ deps => {
table_desc => 'Describes dependencies some nodes have on others. This can be used, e.g., by rpower -d to power nodes on or off in the correct order.',
descriptions => {
node => 'The node name or group name.',
nodedep => 'Comma-separated list of nodes it is dependent on.',
nodedep => 'Comma-separated list of nodes or node groups it is dependent on.',
msdelay => 'How long to wait between operating on the dependent nodes and the primary nodes.',
cmd => 'Comma-seperated list of which operation this dependency applies to.',
comments => 'Any user-written notes.',