From 385f260dc64845f0c05c169f4ab24a257fe81672 Mon Sep 17 00:00:00 2001 From: mxi1 Date: Fri, 11 Jun 2010 07:18:35 +0000 Subject: [PATCH] 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 --- xCAT-server/lib/xcat/plugins/statelite.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/statelite.pm b/xCAT-server/lib/xcat/plugins/statelite.pm index 42a057d2b..00b6caa73 100644 --- a/xCAT-server/lib/xcat/plugins/statelite.pm +++ b/xCAT-server/lib/xcat/plugins/statelite.pm @@ -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; }