1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 11:33:33 +02:00

mktemp: document dry-run flag (#16823)

This commit is contained in:
Alpha 2025-06-12 01:30:24 +00:00 committed by GitHub
parent 25a6efe40a
commit 4c92c560b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,3 +26,7 @@
- Create an empty temporary directory and print its absolute path:
`mktemp {{[-d|--directory]}}`
- Print the name of a temporary file or directory without actually creating it:
`mktemp {{[-u|--dry-run]}}`