From e645252012c39940cb1a72da878ca7d4800a0357 Mon Sep 17 00:00:00 2001 From: Valerie Date: Mon, 1 May 2023 10:52:52 -0400 Subject: [PATCH] added detach to help text --- src/command.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/command.rs b/src/command.rs index eda1092..bad5da4 100644 --- a/src/command.rs +++ b/src/command.rs @@ -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");