summaryrefslogtreecommitdiff
path: root/src/watch/state.rs
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-04-10 02:12:50 +0200
committermo8it <mo8it@proton.me>2024-04-10 02:12:50 +0200
commitd1a965f019d0e8f22d5a57f0a7abd8cd4a8d0d0c (patch)
tree05d557bb72f639995de1f6d8bdece50edfe5a786 /src/watch/state.rs
parent533a009257adba0714292d326f57671f77cffbd3 (diff)
Make the list mode part of the watch mode
Diffstat (limited to 'src/watch/state.rs')
-rw-r--r--src/watch/state.rs5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/watch/state.rs b/src/watch/state.rs
index 4db9440..393ea02 100644
--- a/src/watch/state.rs
+++ b/src/watch/state.rs
@@ -36,10 +36,11 @@ impl<'a> WatchState<'a> {
let writer = io::stdout().lock();
let prompt = format!(
- "\n\n{}int/{}lear/{}uit? ",
+ "\n\n{}int/{}lear/{}ist/{}uit? ",
"h".bold(),
"c".bold(),
- "q".bold()
+ "l".bold(),
+ "q".bold(),
)
.into_bytes();