From 42eab98f56c0641467441d1d868f850a1e7ef81c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 21 Oct 2010 16:35:04 -0400 Subject: [PATCH] typo --- doc/walkthrough.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/walkthrough.mdwn b/doc/walkthrough.mdwn index e25c36fb40..7114cceae2 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,