There is no --set option, git config sets variables without such an
option.

Committed.

diff --git a/htdocs/gitwrite.html b/htdocs/gitwrite.html
index 85a0da2d..f420fe22 100644
--- a/htdocs/gitwrite.html
+++ b/htdocs/gitwrite.html
@@ -78,7 +78,7 @@ git clone git+ssh://<i>username</i>@gcc.gnu.org/git/gcc.git 
gcc
 using <code>git config</code>:</p>
 
 <blockquote><p><code>
-git config --set remote.origin.url 
git+ssh://<i>username</i>@gcc.gnu.org/git/gcc.git
+git config remote.origin.url git+ssh://<i>username</i>@gcc.gnu.org/git/gcc.git
 </code></p></blockquote>
 
 <p>To avoid the nuisance of having to supply your passphrase for each

-- 
Joseph S. Myers
jos...@codesourcery.com

Reply via email to