docs: fix various typos

This commit is contained in:
Ben Boeckel 2019-03-27 15:12:24 -04:00 committed by Nick Craig-Wood
parent 6fb1c8f51c
commit 3d424c6e08
17 changed files with 32 additions and 32 deletions

View file

@ -17,11 +17,11 @@ You can use it like this to output a single file
rclone cat remote:path/to/file
Or like this to output any file in dir or subdirectories.
Or like this to output any file in dir or its subdirectories.
rclone cat remote:path/to/dir
Or like this to output any .txt files in dir or subdirectories.
Or like this to output any .txt files in dir or its subdirectories.
rclone --include "*.txt" cat remote:path/to/dir