From 24febde5f70749ae12a11d8c5702d5816f60b5f7 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Thu, 10 Apr 2025 20:45:34 -0600 Subject: [PATCH] messing with the spacing a bit --- src/main.rs | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/main.rs b/src/main.rs index d97e9d7..fe3ba6f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -194,9 +194,9 @@ fn main() { println!(""); println!("Use the full drive path such as /dev/nvme0n1 or /dev/sda"); - println!("Which drive do we want to use for this installation?: {}", drive_name); - println!(""); println!("If you're on the Lemur nvme1n1 is the test drive"); + println!(""); + println!("Which drive do we want to use for this installation?: {}", drive_name); io::stdin() .read_line(&mut drive_name) @@ -228,14 +228,18 @@ fn main() { .expect("Failed to execute command"); println!(""); + println!("-------------------------"); println!("Water packed!"); println!("Treats packed!"); println!("We're ready for our walk!"); + println!("-------------------------"); // Host selection loop { println!(""); - println!("Host selection"); + println!("Host selection:"); + println!("---------------"); + println!(""); println!("1. Lemur Pro 13 (Garrus)"); println!("2. Device 2"); println!("3. Quit");