Apply the 'path/to/item' convention uniformly (#947)

This commit is contained in:
Agniva De Sarker
2016-07-13 14:23:22 +05:30
committed by Waldir Pimenta
parent eef8de9e5c
commit fa8b2d8f92
9 changed files with 12 additions and 12 deletions

View File

@@ -4,8 +4,8 @@
- Remove directory, provided it is empty. Use `rm` to remove not empty directories:
`rmdir {{directory}}`
`rmdir {{path/to/directory}}`
- Remove directories recursively (useful for nested dirs):
`rmdir -p {{path}}`
`rmdir -p {{path/to/directory}}`