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
|
# list sessions
|
||||||
tmux ls
|
tmux ls
|
||||||
remux l
|
remux l
|
||||||
remux
|
|
||||||
|
|
||||||
# attach
|
# attach
|
||||||
tmux a -t foo
|
tmux a -t foo
|
||||||
|
|
|
@ -13,7 +13,7 @@ println!("remux v{VERSION}
|
||||||
Valerie Wolfe <sleeplessval@gmail.com>
|
Valerie Wolfe <sleeplessval@gmail.com>
|
||||||
A command wrapper for tmux written in Rust.
|
A command wrapper for tmux written in Rust.
|
||||||
|
|
||||||
usage: remux <command> [<args>]
|
usage: remux [command] [<args>]
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
help Show help text for remux, a command, or a help topic.
|
help Show help text for remux, a command, or a help topic.
|
||||||
|
|
Loading…
Reference in a new issue