Skip to content

Commit

Permalink
Improve help banner.
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy committed Aug 10, 2012
1 parent 576ac43 commit 517e37a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
</CommandLineArgument>
<CommandLineArgument
argument = "-remove abcde"
isEnabled = "YES">
isEnabled = "NO">
</CommandLineArgument>
<CommandLineArgument
argument = "-open &apos;http://google.com&apos;"
Expand Down
4 changes: 2 additions & 2 deletions Terminal Notifier/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ - (void)printHelpBanner;
const char *appVersion = [[[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleShortVersionString"] UTF8String];
printf("%s (%s) is a command-line tool to send OS X User Notifications.\n" \
"\n" \
"Usage: %s -[message|remove] [VALUE|ID] [options]\n" \
"Usage: %s -[message|list|remove] [VALUE|ID] [options]\n" \
"\n" \
" Either of these is required:\n" \
"\n" \
" -message VALUE The notification message.\n" \
" -remove ID Removes a notification with the specified ‘group’ ID.\n" \
" -list ID If the specified ‘group’ ID exists: show when it was delivered.\n" \
" -list ID If the specified ‘group’ ID exists, show when it was delivered. Or use ‘all’ as ID to see all notifications.\n" \
"\n" \
" Optional:\n" \
"\n" \
Expand Down

0 comments on commit 517e37a

Please sign in to comment.