summaryrefslogtreecommitdiff
path: root/doc/walkthrough/using_the_URL_backend.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/walkthrough/using_the_URL_backend.mdwn')
-rw-r--r--doc/walkthrough/using_the_URL_backend.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/walkthrough/using_the_URL_backend.mdwn b/doc/walkthrough/using_the_URL_backend.mdwn
index fe79a6be2..585fd0668 100644
--- a/doc/walkthrough/using_the_URL_backend.mdwn
+++ b/doc/walkthrough/using_the_URL_backend.mdwn
@@ -5,7 +5,7 @@ Another handy backend is the URL backend, which can fetch file's content
from remote URLs. Here's how to set up some files in your repository
that use this backend:
- # git annex fromkey --backend=URL --key=http://www.archive.org/somefile somefile
+ # git annex fromkey --key=URL--http://www.archive.org/somefile somefile
fromkey somefile ok
# git commit -m "added a file from the Internet Archive"