aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2021-05-23 20:03:47 +0200
committerTeddy Wing2021-05-23 20:03:47 +0200
commit0a6ec82e7de0bbbdd9b2eddf0bd1041f089f1534 (patch)
tree4efe4a323538b94b82ef68e25910d48b1c67005f
parentd0d5fdbb9997ba37af892ca427024ba7d55f794b (diff)
downloadgoogle-calendar-rsvp-0a6ec82e7de0bbbdd9b2eddf0bd1041f089f1534.tar.bz2
Remove empty newline at the end of help output
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 540d4e1..1b52dd2 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -75,7 +75,7 @@ async fn main() {
}
fn print_usage() {
- println!(r#"
+ print!(r#"
usage: google-calendar-rsvp [options] [-y | -n | -m] [--email] [event_ids...]
Options: