소스 검색

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: