From 1d2bac4a2a05ce1286ac591bcb0baf8b84b1c4ed Mon Sep 17 00:00:00 2001 From: Victor Hu Date: Mon, 5 Jun 2017 13:44:15 -0400 Subject: [PATCH] Fix typo associated with pull request #3180 --- xCAT-server/lib/xcat/plugins/makeknownhosts.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/makeknownhosts.pm b/xCAT-server/lib/xcat/plugins/makeknownhosts.pm index 8779b257a..f5efe5390 100644 --- a/xCAT-server/lib/xcat/plugins/makeknownhosts.pm +++ b/xCAT-server/lib/xcat/plugins/makeknownhosts.pm @@ -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 )) {