From 74548229b32411df705c4bd6f82e4a2586dad1fd Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Sat, 5 Dec 2020 08:33:44 +0100 Subject: docs: change slogan --- src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index b30231a..2d4b5ac 100644 --- a/src/main.rs +++ b/src/main.rs @@ -20,7 +20,7 @@ fn main() { let matches = App::new("rsanta") .version("0.1.0") .author("Santo Cariotti ") - .about("Make secret santa with your friends") + .about("Be your friends' Secret Santa") .arg( Arg::with_name("file") .short("f") @@ -111,7 +111,7 @@ fn main() { ) .to(format!("{} <{}>", name, email).parse().unwrap()) .subject("Secret Santa!") - .body(format!("You're the Secret Santa of:\n{}", gift_to_name)) + .body(format!("You are the Secret Santa of:\n{}", gift_to_name)) .unwrap(); match mailer.send(&mail) { Ok(_) => println!("Email sent successfully to {}!", email), -- cgit v1.2.3-18-g5258