From f140c19e7af6350595451d9db06c35d1879abcb8 Mon Sep 17 00:00:00 2001 From: linggao Date: Fri, 8 Apr 2011 19:58:44 +0000 Subject: [PATCH] minor fix git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9258 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 638656206..7f329962d 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -1019,7 +1019,7 @@ routes => { routename => 'Name used to identify this route.', net => 'The network address.', mask => 'The network mask.', - ifname => 'The interface name of the management node facing the gateway.', + ifname => '(optional) The interface name of the management node facing the gateway.', gateway => 'The gateway that routes the ip traffic from the mn to the nodes. It is usually a service node.', comments => 'Any user-written notes.', disable => "Set to 'yes' or '1' to comment out this row.",