summaryrefslogtreecommitdiff
path: root/xsh
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2016-10-22 11:49:04 +0200
committerJonas Smedegaard <dr@jones.dk>2016-10-22 11:49:04 +0200
commite3b3a60fc5de32cc264e88043af31b888b832881 (patch)
tree5ec3430a25bebaa501bc1b63848bd3b5167418e2 /xsh
parenta2ed2aef83fa22052bec2b5e07ec85fec990fe78 (diff)
Drop option --ssh2|-2 (obsolete).
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;;