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:
parent
25a6efe40a
commit
4c92c560b0
1 changed files with 4 additions and 0 deletions
|
@ -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]}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue