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
This commit is contained in:
lissav 2010-09-02 13:25:43 +00:00
parent 288bf2b67e
commit 1f522d2968

View File

@ -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 = " <command_list>";
my $usagemsg .= $usagemsg1 .= $usagemsg1a .= $usagemsg2 .= $usagemsg3 .=