2
0
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:
Mark Gurevich 2017-06-05 13:54:05 -04:00 committed by GitHub
commit a35ffeda56

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