diff options
Diffstat (limited to 'etc/completions')
-rw-r--r-- | etc/completions/_cryptsetup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/completions/_cryptsetup b/etc/completions/_cryptsetup index 9f75ec0..30d70cc 100644 --- a/etc/completions/_cryptsetup +++ b/etc/completions/_cryptsetup @@ -20,7 +20,7 @@ function _cryptsetup_mapping { function _cryptsetup_arguments { if (( CURRENT == 2 )) { case ${words[1]} in - create|remove|status|resize) _cryptsetup_mapping ;; + create|remove|status|resize|luksClose) _cryptsetup_mapping ;; luks(Format|Open|AddKey|RemoveKey|KillSlot|DelKey|UUID|Dump)|isLuks) _cryptsetup_device ;; esac } elif (( CURRENT == 3 )) { |