From 8193af1c350adb5085e8fbfa2b04f18ed5800619 Mon Sep 17 00:00:00 2001 From: Guillaume Ongenae Date: Tue, 26 Dec 2017 08:48:56 +0000 Subject: [PATCH] mktemp: correct option -d Closes #1836 --- pages/common/mktemp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/mktemp.md b/pages/common/mktemp.md index ae419823b..3db073a11 100644 --- a/pages/common/mktemp.md +++ b/pages/common/mktemp.md @@ -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: