1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-08 15:35:44 +02:00

mktemp: correct option -d

Closes #1836
This commit is contained in:
Guillaume Ongenae 2017-12-26 08:48:56 +00:00 committed by Agniva De Sarker
parent 12f4826e57
commit 8193af1c35

View file

@ -8,7 +8,7 @@
- Create a temporary directory and return the absolute path to it: - Create a temporary directory and return the absolute path to it:
`mktemp --directory` `mktemp -d`
- Create a temporary file with a specified suffix: - Create a temporary file with a specified suffix: