mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-19 10:01:24 +00:00
improve help text
This commit is contained in:
parent
9cedbf4679
commit
14bc90ba00
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue