From 9813d282807365d4c33c8b9074399e74651feb27 Mon Sep 17 00:00:00 2001 From: mxi1 Date: Tue, 6 Jul 2010 06:33:21 +0000 Subject: [PATCH] update the help message for liteimg command according to the defect 3016382 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6647 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/statelite.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/statelite.pm b/xCAT-server/lib/xcat/plugins/statelite.pm index 67169429e..a00897979 100644 --- a/xCAT-server/lib/xcat/plugins/statelite.pm +++ b/xCAT-server/lib/xcat/plugins/statelite.pm @@ -51,7 +51,7 @@ sub process_request { @ARGV = @{$request->{arg}}; my $argc = scalar @ARGV; if ($argc == 0) { - $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"]}); + $callback->({info=>["$cmdname -h # this help message\n$cmdname -v # version\n$cmdname -V # verbose\n$cmdname -p -a -o \n$cmdname imagename"]}); return; }