diff --git a/cal-sync/main.swift b/cal-sync/main.swift index b430998..360023e 100644 --- a/cal-sync/main.swift +++ b/cal-sync/main.swift @@ -9,8 +9,11 @@ import Foundation import EventKit +let VERSION = "v0.1.1-beta" // also update in project settings in case we bundle this properly one day + func printHelp() { - print("\nUsage: cal-sync ") + print("\nCalendar sync utility \(VERSION)") + print("\n Usage: cal-sync ") print(" --help print this help message") print(" --list List available calendars ") print(" --src ID of source calendar to copy from ")