From aafb1d5452a565301959cee6a5f84a6309f83438 Mon Sep 17 00:00:00 2001 From: yinle Date: Mon, 27 Dec 2010 03:07:26 +0000 Subject: [PATCH] Fix a minor error git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8512 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 36888f21e..a9a54ab66 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -319,7 +319,7 @@ hosts => { node => 'The node name or group name.', ip => 'The IP address of the node.', hostnames => 'Hostname aliases added to /etc/hosts for this node.', - otherinterfaces => 'Other IP addresses to add for this node. Format: -:,:ip>,...', + otherinterfaces => 'Other IP addresses to add for this node. Format: -:,:,...', comments => 'Any user-written notes.', disable => "Set to 'yes' or '1' to comment out this row.", },