mirror of
https://github.com/rclone/rclone.git
synced 2025-07-16 22:42:36 +02:00
docs: fix various typos
This commit is contained in:
committed by
Nick Craig-Wood
parent
6fb1c8f51c
commit
3d424c6e08
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user