rmdir: fixed description of rmdir -p (#4155)

This commit is contained in:
Sawyer Shepherd 2020-07-07 01:09:46 -04:00 committed by GitHub
parent d7fc462613
commit 5b4755ede6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,6 @@
`rmdir {{path/to/directory}}`
- Remove directories recursively (useful for nested dirs):
- Remove the target and its parent directories (useful for nested dirs):
`rmdir -p {{path/to/directory}}`