git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1536 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-03-31 03:42:47 +00:00
parent 517a340ecc
commit 5957a435d6

View File

@@ -1,11 +1,12 @@
#!/bin/sh
# $Id$
#
usage="Usage: $0 [-l username] host [port]"
usage="Usage: $0 [-l username] [-k] host [port]"
while true
do
case $1 in
-l) kx_args="${kx_args} -l $2"; shift 2;;
-k) kx_args="${kx_args} -k"; shift;;
-*) echo "$0: Bad option $1"; echo $usage; exit 1;;
*) break;;
esac