summaryrefslogtreecommitdiff
path: root/rss.xml
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-07-03 10:49:28 -0400
committerLuke Smith <luke@lukesmith.xyz>2021-07-03 10:49:28 -0400
commit935d9d26748281437157cffc10e949382f39b9d3 (patch)
treeb04201998aab08281b8f56f2f6af672463a50f5b /rss.xml
parent8240c9322bab0a06a6b5b2b64292aee8a9a4f9bc (diff)
add missing colon
Diffstat (limited to 'rss.xml')
-rw-r--r--rss.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rss.xml b/rss.xml
index 198480c..5f6562f 100644
--- a/rss.xml
+++ b/rss.xml
@@ -30,7 +30,7 @@
<pre><code>apt install rsync</code></pre>
<h2 id="uploading-files-with-rsync">Uploading files with rsync</h2>
<p>From your local machine you can upload files to your server like this:</p>
-<pre><code>rsync -ruvzP <strong>/path/to/file</strong> <strong>root@example.org/path/on/the/server</strong></code></pre>
+<pre><code>rsync -ruvzP <strong>/path/to/file</strong> <strong>root@example.org:/path/on/the/server</strong></code></pre>
<p>You will be prompted for the root password and then uploading will commence.</p>
<p>If you omit <strong>root@</strong>, rsync will not attempt to log in as root, but whatever your local username is.</p>
<h3>Options to rsync</h3>