summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-25 20:48:32 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-25 20:48:32 -0400
commit99eaf41da57819ed49e554b09a61b74ac91c7ddb (patch)
tree4b2f619eed4ef4091d5dd5e1a61493ede0c0e79c /doc
parent0788c12ffe9c07104ca70f4dc0636ed0f6879ad2 (diff)
better messages
Diffstat (limited to 'doc')
-rw-r--r--doc/git-annex.mdwn2
-rw-r--r--doc/walkthrough.mdwn6
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index cba634f20..3645d37f2 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -53,7 +53,7 @@ content from the key-value store.
# git commit -a -m "freed up space"
# git annex move iso --to=usbdrive
- move iso/Debian_5.0.iso (to usbdrive...) ok
+ move iso/Debian_5.0.iso (moving to usbdrive...) ok
# SUBCOMMANDS
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