From d9234c171e2fab13ef97e59870c451d98d4606ce Mon Sep 17 00:00:00 2001 From: HistidineDwarf Date: Wed, 15 Feb 2023 20:19:50 -0800 Subject: [PATCH] Opening message update --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 421d2a1..0075d0c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -18,7 +18,7 @@ async fn main() -> anyhow::Result<()> { println!("3. Upload the video to your YouTube channel. You probably want to keep it up as unlisted"); println!("4. Use the download option to get the video back"); println!("5. Use the dislodge option to get your files back from the downloaded video"); - println!("6. PROFIT. Enjoy being a leech on a huge corporation's servers\n"); + println!("6. PROFIT\n"); ui::summon_gooey().await?;