From 1632984d4128096718d293525ae5ad1f50476475 Mon Sep 17 00:00:00 2001 From: Richard Frith-Macdonald Date: Mon, 11 Feb 2019 09:14:39 +0000 Subject: [PATCH] Improve online help a little --- EcControl.m | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/EcControl.m b/EcControl.m index 2d2ab6d..b6db2ef 100644 --- a/EcControl.m +++ b/EcControl.m @@ -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) {