Skip to content

Commit

Permalink
Update help info (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
keith authored Nov 14, 2020
1 parent 48e3ad8 commit b4ba8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/RemindersLibrary/CLI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b4ba8c6

Please sign in to comment.