Skip to content

Commit

Permalink
cryptsetup: add luksChangeKey arg completion (#380)
Browse files Browse the repository at this point in the history
Adding a completion for cryptsetup luksChangeKey.
This command accepts the same arguments as luksAddKey and luksRemoveKey and
they all operate on keys in the luks header.

Closes #197
  • Loading branch information
hugoziviani authored and scop committed Jan 19, 2020
1 parent bd3d509 commit 5bb526a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/cryptsetup
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ _cryptsetup()
;;
esac
;;
luksFormat|luksAddKey|luksRemoveKey)
luksFormat|luksAddKey|luksRemoveKey|luksChangeKey)
case $args in
2)
_cryptsetup_device
Expand Down

0 comments on commit 5bb526a

Please sign in to comment.