Преглед изворни кода

Format press enter message a bit better

apiraino пре 4 година
родитељ
комит
a3dbbd5cea
1 измењених фајлова са 1 додато и 1 уклоњено
  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");