updated README and help text
This commit is contained in:
parent
ac97336f13
commit
a915bfd9c5
2 changed files with 1 additions and 2 deletions
|
@ -23,7 +23,6 @@ remux n foo
|
|||
# list sessions
|
||||
tmux ls
|
||||
remux l
|
||||
remux
|
||||
|
||||
# attach
|
||||
tmux a -t foo
|
||||
|
|
|
@ -13,7 +13,7 @@ println!("remux v{VERSION}
|
|||
Valerie Wolfe <sleeplessval@gmail.com>
|
||||
A command wrapper for tmux written in Rust.
|
||||
|
||||
usage: remux <command> [<args>]
|
||||
usage: remux [command] [<args>]
|
||||
|
||||
commands:
|
||||
help Show help text for remux, a command, or a help topic.
|
||||
|
|
Loading…
Reference in a new issue