summaryrefslogtreecommitdiff
path: root/completions/ktutil
diff options
context:
space:
mode:
Diffstat (limited to 'completions/ktutil')
-rw-r--r--completions/ktutil10
1 files changed, 5 insertions, 5 deletions
diff --git a/completions/ktutil b/completions/ktutil
index e0bd60bf..88eb5275 100644
--- a/completions/ktutil
+++ b/completions/ktutil
@@ -14,8 +14,8 @@ _heimdal_realms()
_heimdal_encodings()
{
- COMPREPLY=( $( compgen -W 'des-cbc-mcrc des-cbc-md4 des-cbc-md5 \
- des3-cbc-sha1 arcfour-hmac-md5 aes128-cts-hmac-sha1-96 \
+ COMPREPLY=( $( compgen -W 'des-cbc-mcrc des-cbc-md4 des-cbc-md5
+ des3-cbc-sha1 arcfour-hmac-md5 aes128-cts-hmac-sha1-96
aes256-cts-hmac-sha1-96' -- "$cur" ) )
}
@@ -51,7 +51,7 @@ _ktutil()
$split && return 0
- commands='add change copy get list remove rename purge srvconvert \
+ commands='add change copy get list remove rename purge srvconvert
srv2keytab srvcreate key2srvtab'
for (( i=1; i < cword; i++ )); do
@@ -71,14 +71,14 @@ _ktutil()
if [[ "$cur" == -* ]]; then
case $command in
add)
- options='-p --principal -V -e --enctype -w --password -r \
+ options='-p --principal -V -e --enctype -w --password -r
--random -s --no-salt -h --hex'
;;
change)
options='-r --realm -a --admin-server -s --server-port'
;;
get)
- options='-p --principal -e --enctype -r --realm -a \
+ options='-p --principal -e --enctype -r --realm -a
--admin-server -s server --server-port'
;;
list)