From 58e83726138b17d18bf0b6b721557a3c91d3b4c0 Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 29 Aug 2008 12:14:16 +0000 Subject: [PATCH] improve help git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2065 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/SINV.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/perl-xCAT/xCAT/SINV.pm b/perl-xCAT/xCAT/SINV.pm index bc89f15c3..7a4079436 100644 --- a/perl-xCAT/xCAT/SINV.pm +++ b/perl-xCAT/xCAT/SINV.pm @@ -88,12 +88,13 @@ sub usage { ## usage message - my $usagemsg1 = "sinv -h \nsinv -v \nsinv [noderange]\n"; + my $usagemsg1 = "The sinv command is designed to check the configuration of nodes in a cluster.\nRun man sinv for more information.\n\nInput parameters are as follows:\n"; + my $usagemsg1a = "sinv -h \nsinv -v \nsinv [noderange]\n"; my $usagemsg2 = " [-o output file ] [-p template path] [-t template count]\n"; my $usagemsg3 = " [-r remove templates] [-s seednode]\n"; my $usagemsg4 = " [-c xdsh command | -f xdsh command file] \n "; - my $usagemsg5 = " [-V verbose] \n "; + my $usagemsg5 = " [-V verbose] [-h usage]\n "; my $usagemsg .= $usagemsg1 .= $usagemsg2 .= $usagemsg3 .= $usagemsg4 .= $usagemsg5; ### end usage mesage if ($::CALLBACK)