From 82b4625fbd20cd0b3680043298e0dd6f32833362 Mon Sep 17 00:00:00 2001 From: nott Date: Tue, 21 Jul 2009 16:46:23 +0000 Subject: [PATCH] Change the description of the synclists attribute. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3848 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 43144c447..e071b437c 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -417,7 +417,7 @@ osimage => { osvers => 'Not used.', osdistro => 'Not used.', osarch => 'Not used.', - synclists => ' A comma-separated list of fully qualified file names each containing a list of files to synchronize on the nodes.', + synclists => 'The fully qualified name of a file containing a list of files to synchronize on the nodes.', comments => 'Any user-written notes.', disable => "Set to 'yes' or '1' to comment out this row.", },