mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-22 11:42:05 +00:00
Fix typo associated with pull request #3180
This commit is contained in:
parent
f4052275d0
commit
1d2bac4a2a
@ -71,7 +71,7 @@ sub process_request
|
||||
if (!GetOptions(
|
||||
'h|help' => \$::opt_h,
|
||||
'V|verbose' => \$::opt_V,
|
||||
'r|remove' => \$::opt_r
|
||||
'r|remove' => \$::opt_r,
|
||||
'd|delete' => \$::opt_d
|
||||
))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user