mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-06-01 09:42:03 +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 "
|
@"the form YYYYMMDDhhmmss being the date and time at "
|
||||||
@"which the archive was created.\n";
|
@"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 "
|
@"process. You may disconnect from this host by "
|
||||||
@"typing 'control host'\n";
|
@"typing 'control host'\n";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue