Updated usage - Line #55

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@958 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
sakolish 2008-04-01 16:59:47 +00:00
parent 965103a03f
commit 3cef9081cb

View File

@ -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,...]/;