improve help text

This commit is contained in:
Richard Frith-Macdonald 2023-01-03 10:49:06 +00:00
parent 9cedbf4679
commit 14bc90ba00
2 changed files with 2 additions and 2 deletions

View file

@ -4358,7 +4358,7 @@ NSLog(@"Problem %@", localException);
if (count < 2) if (count < 2)
{ {
m = @"The 'clear' command requires an alarm" m = @"The 'clear' command requires an alarm"
@" notificationID or the word all\n"; @" address or the word all\n";
} }
else else
{ {

View file

@ -4397,7 +4397,7 @@ NSLog(@"Ignored attempt to set timer interval to %g ... using 10.0", interval);
if (count < 2) if (count < 2)
{ {
[self cmdPrintf: @"The 'clear' command requires an alarm" [self cmdPrintf: @"The 'clear' command requires an alarm"
@" notificationID or the word all\n"]; @" address or the word all\n"];
} }
else else
{ {