2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 03:32:04 +00:00

Fix typo associated with pull request #3180

This commit is contained in:
Victor Hu 2017-06-05 13:44:15 -04:00
parent f4052275d0
commit 1d2bac4a2a

View File

@ -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
))
{