diff options
| author | mo8it <mo8it@proton.me> | 2024-09-12 16:34:33 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-09-12 17:46:06 +0200 |
| commit | 664228ef8b910640b353acd7445fa14b9d16ad9f (patch) | |
| tree | 5885a6948859cfc0e00d0f142ea1fae809742eb4 /src/watch.rs | |
| parent | 234a61a3eeb1c10b0bd6ac5bd1dfe3d09438c04f (diff) | |
Improve quit message
Diffstat (limited to 'src/watch.rs')
| -rw-r--r-- | src/watch.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/watch.rs b/src/watch.rs index a44b565..e910fb7 100644 --- a/src/watch.rs +++ b/src/watch.rs @@ -154,8 +154,9 @@ pub fn watch( } const QUIT_MSG: &[u8] = b" + We hope you're enjoying learning Rust! -If you want to continue working on the exercises at a later point, you can simply run `rustlings` again. +If you want to continue working on the exercises at a later point, you can simply run `rustlings` again in this directory. "; const NOTIFY_ERR: &str = " |
