From b86058150b1ff42534cfbdeadb1d0dee23088a8f Mon Sep 17 00:00:00 2001 From: trevorbryant Date: Sat, 10 Oct 2020 17:50:27 -0400 Subject: [PATCH] s/protocl/protocol --- docs/source/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/usage.rst b/docs/source/usage.rst index 28218a1..df1afe1 100644 --- a/docs/source/usage.rst +++ b/docs/source/usage.rst @@ -135,7 +135,7 @@ protocol. .. code-block:: bash :caption: Connection to a remote SSH server - # SSH style syntax (assumed protocl, prompted for password) + # SSH style syntax (assumed protocol, prompted for password) pwncat root@192.168.1.1 # Full connection string with password pwncat "ssh://root:r00t5P@ssw0rd@192.168.1.1"