Fix wrong command name in help.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/ec/trunk@36892 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Wolfgang Lux 2013-07-15 14:53:09 +00:00
parent 0b3ed02a2c
commit 77c3d1593f

View file

@ -658,9 +658,9 @@ static NSString* cmdWord(NSArray* a, unsigned int pos)
@"the form YYYYMMDDhhmmss being the date and time at "
@"which the archive was created.\n";
}
else if (comp(wd, @"Connect") >= 0)
else if (comp(wd, @"Control") >= 0)
{
m = @"Connect ...\nPasses the command to the Control "
m = @"Control ...\nPasses the command to the Control "
@"process. You may disconnect from this host by "
@"typing 'control host'\n";
}