diff --git a/src/main.rs b/src/main.rs index 770e815..faa74f6 100644 --- a/src/main.rs +++ b/src/main.rs @@ -74,7 +74,7 @@ struct Args { password: String, /// The name of the Google Calendar to sync to. - #[clap(short, long, default_value = "SCMA Test")] + #[clap(short, long, default_value = "SCMA")] calendar: String, /// The client secret JSON is downloaded by the user from the Google API console /// (https://console.developers.google.com).