diff --git a/xCAT-server/lib/xcat/plugins/imgport.pm b/xCAT-server/lib/xcat/plugins/imgport.pm index 90690819d..3807b812e 100644 --- a/xCAT-server/lib/xcat/plugins/imgport.pm +++ b/xCAT-server/lib/xcat/plugins/imgport.pm @@ -139,7 +139,7 @@ sub xexport { push@{ $rsp{data} }, "imgexport: Creates a tarball (bundle) of an existing xCAT image"; push@{ $rsp{data} }, "Usage: "; push@{ $rsp{data} }, "\timgexport [-h|--help]"; - push@{ $rsp{data} }, "\timgexport [directory] [[-e|--extra ] ... ] [-p|--postscripts ] [-v]"; + push@{ $rsp{data} }, "\timgexport [destination] [[-e|--extra ] ... ] [-p|--postscripts ] [-v]"; if($ec){ $rsp{errorcode} = $ec; } $callback->(\%rsp); };