summaryrefslogtreecommitdiffstats
path: root/sshuttle/options.py
diff options
context:
space:
mode:
Diffstat (limited to 'sshuttle/options.py')
-rw-r--r--sshuttle/options.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshuttle/options.py b/sshuttle/options.py
index 79c404b..12ce55d 100644
--- a/sshuttle/options.py
+++ b/sshuttle/options.py
@@ -177,9 +177,9 @@ parser.add_argument(
)
parser.add_argument(
"-r", "--remote",
- metavar="[USERNAME@]ADDR[:PORT]",
+ metavar="[USERNAME[:PASSWORD]@]ADDR[:PORT]",
help="""
- ssh hostname (and optional username) of remote %(prog)s server
+ ssh hostname (and optional username and password) of remote %(prog)s server
"""
)
parser.add_argument(