diff --git a/EcCommand.m b/EcCommand.m index 472bc8f..5979e33 100644 --- a/EcCommand.m +++ b/EcCommand.m @@ -4358,7 +4358,7 @@ NSLog(@"Problem %@", localException); if (count < 2) { m = @"The 'clear' command requires an alarm" - @" notificationID or the word all\n"; + @" address or the word all\n"; } else { diff --git a/EcProcess.m b/EcProcess.m index 9d87046..f5b0afe 100644 --- a/EcProcess.m +++ b/EcProcess.m @@ -4397,7 +4397,7 @@ NSLog(@"Ignored attempt to set timer interval to %g ... using 10.0", interval); if (count < 2) { [self cmdPrintf: @"The 'clear' command requires an alarm" - @" notificationID or the word all\n"]; + @" address or the word all\n"]; } else {