From 3cef9081cbe732f79eb09eb3f9403c8529a558dc Mon Sep 17 00:00:00 2001 From: sakolish Date: Tue, 1 Apr 2008 16:59:47 +0000 Subject: [PATCH] Updated usage - Line #55 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@958 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT-2.0/xCAT/PPCfsp.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-xCAT-2.0/xCAT/PPCfsp.pm b/perl-xCAT-2.0/xCAT/PPCfsp.pm index cf1079364..36e5faace 100644 --- a/perl-xCAT-2.0/xCAT/PPCfsp.pm +++ b/perl-xCAT-2.0/xCAT/PPCfsp.pm @@ -52,14 +52,14 @@ sub parse_args { ############################################# # Modify usage statement ############################################# - my $option = "configure|deconfigure"; + my $option = "{configure|deconfigure}"; $cmd =~ s/spdump/\n\t spdump/; $cmd =~ s/sysdump/\n\t sysdump/; $cmd =~ s/time/\n\t time [hh:mm:ss]/; $cmd =~ s/date/\n\t date [mm-dd-yyyy]/; $cmd =~ s/autopower/\n\t autopower [enable|disable]/; $cmd =~ s/iocap/\n\t iocap [enable|disable]/; - $cmd =~ s/decfg/\n\t decfg [enable|disable policy,...]/; + $cmd =~ s/decfg/\n\t decfg [{enable|disable} policy,...]/; $cmd =~ s/memdecfg/\n\t memdecfg [$option unit=id (unit|bank)=all|id,...]/; $cmd =~ s/procdecfg/\n\t procdecfg [$option unit=id all|id,...]/;