mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 16:35:53 +02:00
mkdir: reword examples (#9400)
This commit is contained in:
parent
0fb6668370
commit
e81d293482
1 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,8 @@
|
||||||
|
|
||||||
- Create a directory:
|
- Create a directory:
|
||||||
|
|
||||||
`mkdir {{directory_name}}`
|
`mkdir {{directory}}`
|
||||||
|
|
||||||
- Recursively create a nested directory tree:
|
- Create a nested directory tree recursively:
|
||||||
|
|
||||||
`mkdir {{path/to/sub_directory_name}}`
|
`mkdir {{path/to/sub_directory}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue