mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-30 01:26:38 +00:00
Merge pull request #3201 from whowutwut/fix_typo
Fix typo associated with pull request #3180, in makeknownhosts.pm
This commit is contained in:
commit
a35ffeda56
@ -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