Loading cccli/commands/addforward.py +3 −3 Original line number Diff line number Diff line Loading @@ -17,11 +17,11 @@ class Command_addforward(TqlCommand): self.remove_option("--quiet") self.remove_option("--direct") self.add_option("-s", "--source", default="127.0.0.1", help="Tunnel local source ip address. " help="Tunnel local source ip address and port. " "Default 127.0.0.1") self.add_option("-d", "--destination", default="127.0.0.1:22", help="Tunnel remote destination ip address. " "Default 127.0.0.1") help="Tunnel remote destination ip address and port. " "Default 127.0.0.1:22") def __call__(self, argv): # argv check Loading Loading
cccli/commands/addforward.py +3 −3 Original line number Diff line number Diff line Loading @@ -17,11 +17,11 @@ class Command_addforward(TqlCommand): self.remove_option("--quiet") self.remove_option("--direct") self.add_option("-s", "--source", default="127.0.0.1", help="Tunnel local source ip address. " help="Tunnel local source ip address and port. " "Default 127.0.0.1") self.add_option("-d", "--destination", default="127.0.0.1:22", help="Tunnel remote destination ip address. " "Default 127.0.0.1") help="Tunnel remote destination ip address and port. " "Default 127.0.0.1:22") def __call__(self, argv): # argv check Loading