2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-25 05:41:09 +00:00

Changed supported command name from "rfsp" to "rspconfig" - Line #26

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@956 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
sakolish
2008-04-01 14:58:04 +00:00
parent 489b483c94
commit ba05851e6d

View File

@@ -23,7 +23,7 @@ my %cmds = (
all_clear => ["Error/Event Logs", \&all_clear],
entries => ["Error/Event Logs", \&entries],
clear => ["Error/Event Logs", \&clear] },
rfsp => {
rspconfig => {
memdecfg => ["Memory Deconfiguration", \&memdecfg],
decfg => ["Deconfiguration Policies", \&decfg],
procdecfg => ["Processor Deconfiguration", \&procdecfg],
@@ -68,9 +68,9 @@ sub parse_args {
#############################################
local *usage = sub {
return( [ $_[0],
"rfsp -h|--help",
"rfsp -v|--version",
"rfsp [-V|--verbose] noderange $cmd\n",
"rspconfig -h|--help",
"rspconfig -v|--version",
"rspconfig [-V|--verbose] noderange $cmd\n",
" -h writes usage information to standard output",
" -v displays command version",
" -V verbose output"] );