From 1f522d2968190edecd5c2efd3b914f4139c1f36b Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 2 Sep 2010 13:25:43 +0000 Subject: [PATCH] fix help with -i interface change git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7346 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/DSHCLI.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/DSHCLI.pm b/perl-xCAT/xCAT/DSHCLI.pm index 8d5fff765..41e8dd158 100644 --- a/perl-xCAT/xCAT/DSHCLI.pm +++ b/perl-xCAT/xCAT/DSHCLI.pm @@ -3458,7 +3458,7 @@ sub usage_dsh [--devicetype type_of_device] [-f fanout]\n"; my $usagemsg3 = " [-l user_ID] [-L] "; my $usagemsg4 = "[-m] [-o options][-q] [-Q] [-r remote_shell] - [-i image path] [-s] [-S ksh | csh] [-t timeout]\n"; + [-i image] [-s] [-S ksh | csh] [-t timeout]\n"; my $usagemsg5 = " [-T] [-X environment variables] [-v] [-z]\n"; my $usagemsg6 = " "; my $usagemsg .= $usagemsg1 .= $usagemsg1a .= $usagemsg2 .= $usagemsg3 .=