mirror of
https://github.com/sshuttle/sshuttle.git
synced 2024-11-22 07:53:43 +01:00
fix: require -r/--remote
This commit is contained in:
parent
c0a81353ab
commit
5debf1f11a
@ -177,6 +177,7 @@ parser.add_argument(
|
||||
)
|
||||
parser.add_argument(
|
||||
"-r", "--remote",
|
||||
required=True,
|
||||
metavar="[USERNAME[:PASSWORD]@]ADDR[:PORT]",
|
||||
help="""
|
||||
ssh hostname (and optional username and password) of remote %(prog)s server
|
||||
|
Loading…
Reference in New Issue
Block a user