diff --git a/Sources/RemindersLibrary/CLI.swift b/Sources/RemindersLibrary/CLI.swift index 9fb4d37..ed299a7 100644 --- a/Sources/RemindersLibrary/CLI.swift +++ b/Sources/RemindersLibrary/CLI.swift @@ -71,7 +71,7 @@ private struct Complete: ParsableCommand { public struct CLI: ParsableCommand { public static let configuration = CommandConfiguration( commandName: "reminders", - abstract: "A utility for performing maths.", + abstract: "Interact with macOS Reminders from the command line", subcommands: [ Add.self, Complete.self,