diff options
author | Joey Hess <joey@kitenet.net> | 2011-04-29 11:16:54 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-04-29 11:16:54 -0400 |
commit | 0ea7f966dc61948d107372fac6f2ec90a1dc28f5 (patch) | |
tree | 4f54bdb91d52d022f50b0dca0c5ee4efef1d37e5 /doc/special_remotes/directory.mdwn | |
parent | 3d22364bcbb190b12c3cf1fd01658d78f1f4b9fd (diff) |
add git annex describe to special remote setup examples
Diffstat (limited to 'doc/special_remotes/directory.mdwn')
-rw-r--r-- | doc/special_remotes/directory.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/special_remotes/directory.mdwn b/doc/special_remotes/directory.mdwn index 9e4bfa33b..0a38c763c 100644 --- a/doc/special_remotes/directory.mdwn +++ b/doc/special_remotes/directory.mdwn @@ -8,3 +8,4 @@ the drive's mountpoint as a directory remote. Setup example: # git annex initremote usbdrive type=directory directory=/media/usbdrive/ encryption=none + # git annex describe usbdrive "usb drive on /media/usbdrive/" |