Skip to content

Commit 4c9fc87

Browse files
aaronkrogersscop
authored andcommitted
feat(cryptsetup): complete --header with filenames
1 parent 956bd5d commit 4c9fc87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/cryptsetup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ _comp_cmd_cryptsetup()
2222
--skip | --iter-time | --timeout | --tries | -${noargopts}[chslSbopitT])
2323
return
2424
;;
25-
--key-file | --master-key-file | --header-backup-file | -${noargopts}d)
25+
--key-file | --master-key-file | --header | --header-backup-file | -${noargopts}d)
2626
_comp_compgen_filedir
2727
return
2828
;;

0 commit comments

Comments
 (0)