From 035af3d7aded616e4b87a77985c8b9161b14436a Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 22 Jun 2010 20:36:54 +0200 Subject: _cryptsetup: Fix luksClose --- etc/completions/_cryptsetup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') 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 )) { -- cgit v1.2.3