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