From e425874d08f1292ed22ee28b9b58b40312a7e97b Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Fri, 29 Aug 2025 16:07:29 +0200 Subject: [PATCH] Tweak help message --- src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli.rs b/src/cli.rs index 5d398e6..da8ec83 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -38,7 +38,7 @@ pub enum Commands { /// Stream a terminal session in real-time. /// - /// Broadcasts your terminal session live via either a local HTTP server (for local/LAN viewing) or a remote asciinema server (for public sharing). Viewers can watch your session as it happens through a web interface. + /// Broadcasts a terminal session live via either a local HTTP server (for local/LAN viewing) or a remote asciinema server (for public sharing). Viewers can watch the session as it happens through a web interface. /// /// Press or type 'exit' to end the streaming session. /// Press to pause/resume capture of the session.