1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 01:15:52 +02:00

chisel: fix typo (#3410)

This commit is contained in:
Ohad Eytan 2019-10-13 14:52:11 +03:00 committed by Starbeamrainbowlabs
parent fdbacd900d
commit adb9519c96

View file

@ -23,6 +23,6 @@
`chisel client {{server_ip}}:{{server_port}} {{local_host}}:{{local_port}}:{{remote_server}}:{{remote_port}}`
- Connect to a chisel server using a username and password authentication:
- Connect to a chisel server using username and password authentication:
`chisel client --auth {{username}}:{{password}} {{server_ip}}:{{server_port}} {{local_port}}:{{remote_server}}:{{remote_port}}`