Lines Matching full:rebind
109 " forward [--no-rebind] LOCAL REMOTE\n"121 " reverse [--no-rebind] REMOTE LOCAL\n"1653 } else if (strcmp(argv[0], "--no-rebind") == 0) {1654 // forward --no-rebind <local> <remote>1655 if (argc != 3) return syntax_error("--no-rebind takes two arguments");