revised incorrect help text for 'new' and 'attach' commands
This commit is contained in:
parent
be593c82e7
commit
41a64f039f
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue