revised incorrect help text for 'new' and 'attach' commands

This commit is contained in:
Valerie Wolfe 2024-03-07 16:54:16 -05:00
parent be593c82e7
commit 41a64f039f

View file

@ -40,7 +40,7 @@ args:
flags: flags:
-d, --detach Detach other attached clients from the session -d, --detach Detach other attached clients from the session
-n, --nest Attach the session inside another 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") Some("d" | "detach")
=> =>
@ -81,6 +81,7 @@ println!("remux new
Create a new tmux session. Create a new tmux session.
usage: remux new [flags] <title> [command] usage: remux new [flags] <title> [command]
remux n [flags] <title> [command]
args: args:
<title> The title of the new session <title> The title of the new session