fix some typos in message

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7692 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
ligc 2010-09-28 02:47:19 +00:00
parent c13eb0b6a3
commit a295351d5f

View File

@ -3716,7 +3716,7 @@ sub parse_and_run_dsh
{
my $rsp = ();
$rsp->{data}->[0] =
"User password for ssh key exchange has not been supplied./n Cannot complete the -K command./n";
"User password for ssh key exchange has not been supplied.\n Cannot complete the -K command\n";
xCAT::MsgUtils->message("E", $rsp, $::CALLBACK, 1);
return;
@ -3726,7 +3726,7 @@ sub parse_and_run_dsh
{
my $rsp = ();
$rsp->{data}->[0] =
"Current Userid has not been supplied./n Cannot complete the -K command./n";
"Current Userid has not been supplied.\n Cannot complete the -K command.\n";
xCAT::MsgUtils->message("E", $rsp, $::CALLBACK, 1);
return;
@ -3737,7 +3737,7 @@ sub parse_and_run_dsh
{
my $rsp = ();
$rsp->{data}->[0] =
"Logon Userid has not been supplied./n Cannot complete the -K command./n";
"Logon Userid has not been supplied.\n Cannot complete the -K command.\n";
xCAT::MsgUtils->message("E", $rsp, $::CALLBACK, 1);
return;