From 30e37a22937641cd880457d8730c6f2cd0512ad4 Mon Sep 17 00:00:00 2001 From: abcdenis Date: Thu, 25 Aug 2022 22:20:40 +0300 Subject: [PATCH] fix usage message eliminate duplicates --- Terminal Notifier/AppDelegate.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Terminal Notifier/AppDelegate.m b/Terminal Notifier/AppDelegate.m index 97f2408..acebc6f 100644 --- a/Terminal Notifier/AppDelegate.m +++ b/Terminal Notifier/AppDelegate.m @@ -66,7 +66,7 @@ - (void)printHelpBanner; const char *appVersion = [[[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleShortVersionString"] UTF8String]; printf("%s (%s) is a command-line tool to send macOS User Notifications.\n" \ "\n" \ - "Usage: %s -[message|list|remove] [VALUE|ID|ID] [options]\n" \ + "Usage: %s -[message|list|remove] [VALUE|ID] [options]\n" \ "\n" \ " Either of these is required (unless message data is piped to the tool):\n" \ "\n" \