From 41a64f039f8112f5b80a7e66bbecf2634d914846 Mon Sep 17 00:00:00 2001 From: Valerie Date: Thu, 7 Mar 2024 16:54:16 -0500 Subject: [PATCH] revised incorrect help text for 'new' and 'attach' commands --- src/help.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/help.rs b/src/help.rs index a5841cc..0e7b14c 100644 --- a/src/help.rs +++ b/src/help.rs @@ -40,7 +40,7 @@ args: flags: -d, --detach Detach other attached clients from the session -n, --nest Attach the session inside another session. - -r, --readonly Attach the session as read-only"), + -r, --read-only Attach the session as read-only"), Some("d" | "detach") => @@ -81,6 +81,7 @@ println!("remux new Create a new tmux session. usage: remux new [flags] [command] + remux n [flags] <title> [command] args: <title> The title of the new session