DOC: any empty directoryies -> empty directories (fixes #1546)

This commit is contained in:
Yaroslav Halchenko 2017-07-21 13:17:57 -04:00 committed by Stefan Breunig
parent 0cf19ef66a
commit 3ddcbce989
3 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ func init() {
var rmdirsCmd = &cobra.Command{ var rmdirsCmd = &cobra.Command{
Use: "rmdirs remote:path", Use: "rmdirs remote:path",
Short: `Remove any empty directoryies under the path.`, Short: `Remove empty directories under the path.`,
Long: `This removes any empty directories (or directories that only contain Long: `This removes any empty directories (or directories that only contain
empty directories) under the path that it finds, including the path if empty directories) under the path that it finds, including the path if
it has nothing in. it has nothing in.

View file

@ -166,7 +166,7 @@ rclone [flags]
* [rclone obscure](/commands/rclone_obscure/) - Obscure password for use in the rclone.conf * [rclone obscure](/commands/rclone_obscure/) - Obscure password for use in the rclone.conf
* [rclone purge](/commands/rclone_purge/) - Remove the path and all of its contents. * [rclone purge](/commands/rclone_purge/) - Remove the path and all of its contents.
* [rclone rmdir](/commands/rclone_rmdir/) - Remove the path if empty. * [rclone rmdir](/commands/rclone_rmdir/) - Remove the path if empty.
* [rclone rmdirs](/commands/rclone_rmdirs/) - Remove any empty directoryies under the path. * [rclone rmdirs](/commands/rclone_rmdirs/) - Remove empty directories under the path.
* [rclone sha1sum](/commands/rclone_sha1sum/) - Produces an sha1sum file for all the objects in the path. * [rclone sha1sum](/commands/rclone_sha1sum/) - Produces an sha1sum file for all the objects in the path.
* [rclone size](/commands/rclone_size/) - Prints the total size and number of objects in remote:path. * [rclone size](/commands/rclone_size/) - Prints the total size and number of objects in remote:path.
* [rclone sync](/commands/rclone_sync/) - Make source and dest identical, modifying destination only. * [rclone sync](/commands/rclone_sync/) - Make source and dest identical, modifying destination only.

View file

@ -6,7 +6,7 @@ url: /commands/rclone_rmdirs/
--- ---
## rclone rmdirs ## rclone rmdirs
Remove any empty directoryies under the path. Remove empty directories under the path.
### Synopsis ### Synopsis