Typo: the the -> the in docs and comments

This commit is contained in:
Lukas Loesche
2017-01-03 20:48:26 +00:00
committed by Nick Craig-Wood
parent f1221b510b
commit 5894c02a34
10 changed files with 26 additions and 26 deletions
+4 -4
View File
@@ -207,14 +207,14 @@ rclone --dry-run --min-size 100M delete remote:path</code></pre>
<p><code>--size-only</code> may be used to only compare the sizes, not the MD5SUMs.</p>
<pre><code>rclone check source:path dest:path</code></pre>
<h2 id="rclone-ls">rclone ls</h2>
<p>List all the objects in the the path with size and path.</p>
<p>List all the objects in the path with size and path.</p>
<h3 id="synopsis-9">Synopsis</h3>
<p>List all the objects in the the path with size and path.</p>
<p>List all the objects in the path with size and path.</p>
<pre><code>rclone ls remote:path</code></pre>
<h2 id="rclone-lsd">rclone lsd</h2>
<p>List all directories/containers/buckets in the the path.</p>
<p>List all directories/containers/buckets in the path.</p>
<h3 id="synopsis-10">Synopsis</h3>
<p>List all directories/containers/buckets in the the path.</p>
<p>List all directories/containers/buckets in the path.</p>
<pre><code>rclone lsd remote:path</code></pre>
<h2 id="rclone-lsl">rclone lsl</h2>
<p>List all the objects path with modification time, size and path.</p>