docs: fix various typos
This commit is contained in:
parent
6fb1c8f51c
commit
3d424c6e08
17 changed files with 32 additions and 32 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue