mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-05-31 01:10:55 +00:00
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:
parent
0b3ed02a2c
commit
77c3d1593f
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue