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
|
#!/bin/sh
|
||||||
# $Id$
|
# $Id$
|
||||||
#
|
#
|
||||||
usage="Usage: $0 [-l username] host [port]"
|
usage="Usage: $0 [-l username] [-k] host [port]"
|
||||||
while true
|
while true
|
||||||
do
|
do
|
||||||
case $1 in
|
case $1 in
|
||||||
-l) kx_args="${kx_args} -l $2"; shift 2;;
|
-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;;
|
-*) echo "$0: Bad option $1"; echo $usage; exit 1;;
|
||||||
*) break;;
|
*) break;;
|
||||||
esac
|
esac
|
||||||
|
Reference in New Issue
Block a user