summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrapid-tunneling2
1 files changed, 0 insertions, 2 deletions
diff --git a/rapid-tunneling b/rapid-tunneling
index 49c5656..b86510e 100755
--- a/rapid-tunneling
+++ b/rapid-tunneling
@@ -11,7 +11,6 @@ usage() {
echo >&2 " $me [options] remote-access-NAME.tar.gz"
echo >&2 ""
echo >&2 "Options:"
- echo >&2 " -b DIR Override Base Directory (Default: $base_dir)"
echo >&2 " -h HOST Connect to HOST rather the host from the tarball"
echo >&2 " -p PORT Connect to PORT rather the host from the tarball"
echo >&2 " -u USER Connect to USER rather the host from the tarball"
@@ -32,7 +31,6 @@ opt_user=''
while getopts b:h:p:u: opt; do
case "$opt" in
- b) base_dir="$OPTARG";;
h) opt_host="$OPTARG";;
p) opt_port="$OPTARG";;
u) opt_user="$OPTARG";;