rmdir: fix description (#4163)

This commit is contained in:
Zlatan Vasović
2020-07-08 15:15:57 +02:00
committed by GitHub
parent 866a4f78a0
commit bcb600ecc4

View File

@@ -2,7 +2,7 @@
> 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}}`