summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Barthe <barthe.benjamin@gmail.com>2024-01-29 11:34:22 +0100
committerBrian May <brian@linuxpenguins.xyz>2024-01-31 14:35:02 +1100
commite4ae714cf82a82ff274af03706f87ee3eb8023e8 (patch)
treeab8ee70a783d85bc284cc331bd558c76d0c5c406
parent152c14c0792737445e05af3a194aca7e847ae9aa (diff)
fixing a tiny typo
-rw-r--r--docs/usage.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/usage.rst b/docs/usage.rst
index 912d846..524f3ba 100644
--- a/docs/usage.rst
+++ b/docs/usage.rst
@@ -11,7 +11,7 @@ Forward all traffic::
sshuttle -r username@sshserver 0.0.0.0/0
- Use the :option:`sshuttle -r` parameter to specify a remote server.
- One some systems, you may also need to use the :option:`sshuttle -x`
+ On some systems, you may also need to use the :option:`sshuttle -x`
parameter to exclude sshserver or sshserver:22 so that your local
machine can communicate directly to sshserver without it being
redirected by sshuttle.