From a915bfd9c52dfe016a508e1b4b37de2c27898da3 Mon Sep 17 00:00:00 2001 From: Valerie Date: Tue, 18 Jun 2024 12:02:47 -0400 Subject: [PATCH] updated README and help text --- README.md | 1 - src/help.rs | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a96eb7a..eb4bf2a 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,6 @@ remux n foo # list sessions tmux ls remux l -remux # attach tmux a -t foo diff --git a/src/help.rs b/src/help.rs index 56d68b9..fb4ae54 100644 --- a/src/help.rs +++ b/src/help.rs @@ -13,7 +13,7 @@ println!("remux v{VERSION} Valerie Wolfe A command wrapper for tmux written in Rust. -usage: remux [] +usage: remux [command] [] commands: help Show help text for remux, a command, or a help topic.