mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
rmdir: fix description (#4163)
This commit is contained in:
parent
866a4f78a0
commit
bcb600ecc4
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Removes a directory.
|
> Removes a directory.
|
||||||
|
|
||||||
- Remove directory, provided it is empty. Use `rm` to remove not empty directories:
|
- Remove directory, provided it is empty. Use `rm -r` to remove non-empty directories:
|
||||||
|
|
||||||
`rmdir {{path/to/directory}}`
|
`rmdir {{path/to/directory}}`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue