better messages

This commit is contained in:
Joey Hess 2010-10-25 20:48:32 -04:00
parent 0788c12ffe
commit 99eaf41da5
4 changed files with 6 additions and 8 deletions

View file

@ -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

View file

@ -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