diff --git a/perl-xCAT-2.0/xCAT/Usage.pm b/perl-xCAT-2.0/xCAT/Usage.pm index b10034920..736d83fa2 100644 --- a/perl-xCAT-2.0/xCAT/Usage.pm +++ b/perl-xCAT-2.0/xCAT/Usage.pm @@ -60,23 +60,23 @@ my %usage = ( rspconfig [ip|netmask|gateway|backupgateway|garp] rspconfig [garp=] MPA specific: - rspconfig [sshcfg|snmpcfg|build] - rspconfig [shcfg=|snmpcfg=|build| - pd1[=nonred|redwoperf|redwperf]| - pd2[=nonred|redwoperf|redwperf]| - network[=xcat-table|ip,host,gateway,mask]| - swnet[=ip,gateway,mask]| - ntp[=ntp,ip,frequency,v3]] + rspconfig [sshcfg|snmpcfg|build|pd1|pd2|network|swnet|ntp] + rspconfig [shcfg=| + snmpcfg=| + pd1=| + pd2=| + network=| + swnet=| + ntp= PPC specific: - rspconfig autopower [enable|disable]| - decfg [{enable|disable} policy,...]| - spdump| - date [mm-dd-yyyy]| - time [hh:mm:ss]| - memdecfg [{configure|deconfigure} unit=id (unit|bank)=all|id,...]| - sysdump| - procdecfg [{configure|deconfigure} unit=id all|id,...]| - iocap [enable|disable]", + rspconfig [autopower|iocap|decfg|memdecfg|procdecfg|time|date|spdump|sysdump] + rspconfig autopower=| + iocap=| + decfg=:,...| + memdecfg=::::id,...| + procdecfg=::id,...| + date=| + time=", "getmacs" => "Usage: Common: @@ -185,3 +185,4 @@ sub parseCommand { return ""; } +