for defect 3014222, add the correct output for the "liteimg -h" command

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6426 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
mxi1 2010-06-11 07:18:35 +00:00
parent 60eb74b925
commit 385f260dc6

View File

@ -77,8 +77,7 @@ sub process_request {
return;
}
if ($help) {
# $callback->({info=>["packimage -h \npackimage -v \npackimage [-p profile] [-a architecture] [-o OS] \npackimage imagename"]});
$callback->({info=>["imglite... prep an image to be lite"]});
$callback->({info=>["$cmdname -h # this help message\n$cmdname -v # version\n$cmdname -V # verbose\n$cmdname [-p profile] [-a architecture] [-o OS]\n$cmdname imagename"]});
return;
}