mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-20 18:32:09 +00:00
Improve online help a little
This commit is contained in:
parent
f246c07e79
commit
1632984d41
1 changed files with 3 additions and 1 deletions
|
@ -1055,7 +1055,9 @@ static NSString* cmdWord(NSArray* a, unsigned int pos)
|
|||
else if (comp(wd, @"Restart") >= 0)
|
||||
{
|
||||
m = @"Restart all\nAsks all hosts to restart all clients.\n"
|
||||
@"Restart self\nRestarts the Control server itself.\n";
|
||||
@"Restart self\nRestarts the Control server itself.\n"
|
||||
@"NB. On a system using encryption with EcControlKey,\n"
|
||||
@"restarting the server does not require key re-entry.\n";
|
||||
}
|
||||
else if (comp(wd, @"Set") >= 0)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue