mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
completions: fix typo for mktemp
This commit is contained in:
parent
44184f68e4
commit
fd2eb26ee3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue