diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-21 16:35:04 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-21 16:35:04 -0400 |
commit | 42eab98f56c0641467441d1d868f850a1e7ef81c (patch) | |
tree | 81072e7a7126a2e274f73593370039d830f87b55 /doc | |
parent | fd5d6403f05ed346e5660ccefb7254ff062505cf (diff) |
typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/walkthrough.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/walkthrough.mdwn b/doc/walkthrough.mdwn index e25c36fb4..7114cceae 100644 --- a/doc/walkthrough.mdwn +++ b/doc/walkthrough.mdwn @@ -145,7 +145,7 @@ 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 - add somefile ok + fromkey somefile ok # git commit -m "added a file from the Internet Archive" Now you if you ask git-annex to get that file, it will download it, |