Преглед на файлове

mktemp: correct option -d

Closes #1836
Guillaume Ongenae преди 7 години
родител
ревизия
8193af1c35
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      pages/common/mktemp.md

+ 1 - 1
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: