completions: fix typo for mktemp

This commit is contained in:
Charles Gould 2020-06-03 23:55:37 -05:00 committed by Fabian Homborg
parent 44184f68e4
commit fd2eb26ee3

View file

@ -10,5 +10,5 @@ else # OS X
complete -c mktemp -s d -d 'create a directory, not a file'
complete -c mktemp -s q -d 'suppress diagnostics about file/dir-creation failure'
complete -c mktemp -s t -r -d 'generate a template using PREFIX and TMPDIR (if set)'
complete -c mktemp -s u -d 'file will be unliked before mktemp exits (unsafe)'
end
complete -c mktemp -s u -d 'file will be unlinked before mktemp exits (unsafe)'
end