Skip to content

Commit

Permalink
mktemp: correct option -d
Browse files Browse the repository at this point in the history
Closes #1836
  • Loading branch information
g-ongenae authored and agnivade committed Dec 27, 2017
1 parent 12f4826 commit 8193af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/common/mktemp.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

- Create a temporary directory and return the absolute path to it:

`mktemp --directory`
`mktemp -d`

- Create a temporary file with a specified suffix:

Expand Down

0 comments on commit 8193af1

Please sign in to comment.