Skip to content

Commit

Permalink
feat(cryptsetup): complete --header with filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronkrogers authored and scop committed May 1, 2024
1 parent 956bd5d commit 4c9fc87
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 @@ -22,7 +22,7 @@ _comp_cmd_cryptsetup()
--skip | --iter-time | --timeout | --tries | -${noargopts}[chslSbopitT])
return
;;
--key-file | --master-key-file | --header-backup-file | -${noargopts}d)
--key-file | --master-key-file | --header | --header-backup-file | -${noargopts}d)
_comp_compgen_filedir
return
;;
Expand Down

0 comments on commit 4c9fc87

Please sign in to comment.