Skip to content

Commit ceb0730

Browse files
authored
Fix listen address parameter in README
With the [latest release](https://github.com/x1unix/telshell/releases/latest) it's now `-addr` instead of `-listen` but the README still states the latter.
1 parent db0d6a0 commit ceb0730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Also, you can grab latest release from [here](https://github.com/x1unix/telshell
1515
## Usage
1616

1717
```bash
18-
./telshell -listen=:5000
18+
./telshell -addr=:5000
1919
```
2020

2121
We also recommend `-s=-i` argument to start shell in *interactive* mode

0 commit comments

Comments
 (0)