summaryrefslogtreecommitdiff
path: root/xsh
diff options
context:
space:
mode:
Diffstat (limited to 'xsh')
-rwxr-xr-xxsh1
1 files changed, 0 insertions, 1 deletions
diff --git a/xsh b/xsh
index 67b8edf..5a1f0d5 100755
--- a/xsh
+++ b/xsh
@@ -37,7 +37,6 @@ while [ $# -gt 0 ]; do
su) SU=1; SUDO=;;
sudo) SUDO=1; SU=;;
--x|-x|x) X=1; ssh_opts="$ssh_opts -X";;
- --ssh2|-2) ssh_opts="$ssh_opts -2";;
--verbose|-v) V=1; ssh_opts="$ssh_opts -v";;
--port|-p) ssh_opts="$ssh_opts -p $2"; shift;;
--) shift; break;;