docs: restore lost spelling fixes

These came from 3d424c6e08 which unfortunately got added the
docs to the auto generated files.
This commit is contained in:
Nick Craig-Wood
2020-02-10 15:07:40 +00:00
parent 102a38bb95
commit 8b664c3ec5
4 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
---
date: 2020-02-10T12:28:36Z
date: 2020-02-10T15:06:43Z
title: "rclone cat"
slug: rclone_cat
url: /commands/rclone_cat/
@@ -18,11 +18,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