added detach to help text
This commit is contained in:
parent
4eab373a42
commit
e645252012
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ pub fn help(pargs: &mut Arguments) {
|
|||
println!("Commands:");
|
||||
println!(" help Show help text for remux or a specific command");
|
||||
println!(" attach Attach to an existing tmux session");
|
||||
println!(" detach Detach clients from a tmux session");
|
||||
println!(" has Check if a tmux session exists");
|
||||
println!(" list Pretty-print all tmux sessions");
|
||||
println!(" new Create a new tmux session");
|
||||
|
|
Loading…
Reference in a new issue