From adb9519c96f789a580d08fe5c30c95adc8587459 Mon Sep 17 00:00:00 2001 From: Ohad Eytan Date: Sun, 13 Oct 2019 14:52:11 +0300 Subject: [PATCH] chisel: fix typo (#3410) --- pages/common/chisel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/chisel.md b/pages/common/chisel.md index 8bb135ab3e..35f6fc5d01 100644 --- a/pages/common/chisel.md +++ b/pages/common/chisel.md @@ -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}}`