aboutsummaryrefslogtreecommitdiff
path: root/doc/tips/using_the_web_as_a_special_remote.mdwn
diff options
context:
space:
mode:
authorGravatar https://m-f-k.myopenid.com/ <https://m-f-k.myopenid.com/@web>2013-07-04 15:48:28 +0000
committerGravatar admin <admin@branchable.com>2013-07-04 15:48:28 +0000
commit577facdf0c05e9fcf3c81fd0a32de6503d740652 (patch)
treebb056ffa383cd783ce1cf4fe5c24dc9f78528055 /doc/tips/using_the_web_as_a_special_remote.mdwn
parent0795f28e84e5b6d2cb9b23d05e07139283fa44f7 (diff)
fix
Diffstat (limited to 'doc/tips/using_the_web_as_a_special_remote.mdwn')
-rw-r--r--doc/tips/using_the_web_as_a_special_remote.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/using_the_web_as_a_special_remote.mdwn b/doc/tips/using_the_web_as_a_special_remote.mdwn
index 24ded90c0..3ce02a56a 100644
--- a/doc/tips/using_the_web_as_a_special_remote.mdwn
+++ b/doc/tips/using_the_web_as_a_special_remote.mdwn
@@ -53,5 +53,5 @@ number takes that many paths from the end.
addurl example.com_videos_2012_01_video.mpeg (downloading http://example.com/videos/2012/01/video.mpeg)
# git annex addurl http://example.com/videos/2012/01/video.mpeg --pathdepth=2
addurl 2012_01_video.mpeg (downloading http://example.com/videos/2012/01/video.mpeg)
- # git annex addurl http://example.com/videos/2012/video.mpeg --pathdepth=-2
+ # git annex addurl http://example.com/videos/2012/01/video.mpeg --pathdepth=-2
addurl 01_video.mpeg (downloading http://example.com/videos/2012/01/video.mpeg)