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:
@@ -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"] );
|
||||
|
Reference in New Issue
Block a user