add -k
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1536 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user