Procházet zdrojové kódy

Format press enter message a bit better

apiraino před 4 roky
rodič
revize
a3dbbd5cea
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/bin/prioritization.rs

+ 1 - 1
src/bin/prioritization.rs

@@ -18,7 +18,7 @@ async fn main() {
 fn press_key_to_continue() {
     let mut stdout = io::stdout();
     stdout
-        .write(b"Press a key to continue ...")
+        .write(b"[Press Enter to continue]")
         .expect("Unable to write to stdout");
     stdout.flush().expect("Unable to flush stdout");