mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 07:07:44 +08:00
DOC: any empty directoryies -> empty directories (fixes #1546)
This commit is contained in:
parent
0cf19ef66a
commit
3ddcbce989
|
@ -12,7 +12,7 @@ func init() {
|
|||
|
||||
var rmdirsCmd = &cobra.Command{
|
||||
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
|
||||
empty directories) under the path that it finds, including the path if
|
||||
it has nothing in.
|
||||
|
|
|
@ -166,7 +166,7 @@ rclone [flags]
|
|||
* [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 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 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.
|
||||
|
|
|
@ -6,7 +6,7 @@ url: /commands/rclone_rmdirs/
|
|||
---
|
||||
## rclone rmdirs
|
||||
|
||||
Remove any empty directoryies under the path.
|
||||
Remove empty directories under the path.
|
||||
|
||||
### Synopsis
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user