Update 'README.md'
This commit is contained in:
parent
a937e07fac
commit
a6795d792a
10
README.md
10
README.md
|
|
@ -1,5 +1,9 @@
|
|||
Usage: session mode [args]
|
||||
session
|
||||
---
|
||||
Manage detachable shell sessions using [dtach](https://github.com/crigler/dtach).
|
||||
|
||||
```text
|
||||
Usage: session mode [args]
|
||||
Available modes:
|
||||
attach | att | a attach to an existing session
|
||||
new | | n create a new session
|
||||
|
|
@ -35,5 +39,5 @@ session info [name]
|
|||
session help
|
||||
Print this help message.
|
||||
|
||||
session is configured using the file '/home/stumpf/.sessionrc', which, if
|
||||
non-existent, can be initialized with 'session config generate'.
|
||||
session is configured using the file '$HOME/.sessionrc', which, if
|
||||
non-existent, can be initialized with 'session config generate'.'''
|
||||
Loading…
Reference in New Issue