diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-25 20:48:32 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-25 20:48:32 -0400 |
commit | 99eaf41da57819ed49e554b09a61b74ac91c7ddb (patch) | |
tree | 4b2f619eed4ef4091d5dd5e1a61493ede0c0e79c /doc/walkthrough.mdwn | |
parent | 0788c12ffe9c07104ca70f4dc0636ed0f6879ad2 (diff) |
better messages
Diffstat (limited to 'doc/walkthrough.mdwn')
-rw-r--r-- | doc/walkthrough.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/walkthrough.mdwn b/doc/walkthrough.mdwn index 15d19db2b..ce68a77f7 100644 --- a/doc/walkthrough.mdwn +++ b/doc/walkthrough.mdwn @@ -181,11 +181,11 @@ laptop. Doing that by hand (by using `git annex get` and `git annex drop`) is possible, but a bit of a pain. `git annex move` makes it very easy. # git annex move my_cool_big_file --to usbdrive - move my_cool_big_file (copying to usbdrive...) ok + move my_cool_big_file (moving to usbdrive...) ok # git annex move video/hackity_hack_and_kaxxt.mov --from home - move video/hackity_hack_and_kaxxt.mov (copying from home...)a + move video/hackity_hack_and_kaxxt.mov (moving from home...) WORM:1274316523:86050597:hackity_hack_and_kax 100% 82MB 199.1KB/s 07:02 - (dropping from home...) ok + ok ## using the URL backend |