add missing command name
authorJoey Hess <joeyh@joeyh.name>
Mon, 10 Aug 2020 19:00:58 +0000 (15:00 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 10 Aug 2020 19:00:58 +0000 (15:00 -0400)
doc/tips/android_sync_with_adb.mdwn

index 948d51396adc899c4058b618c2e3a73bf36c5236..c5d1261a04385dc2ad8126c25c1d6496c0f4b9ea 100644 (file)
@@ -67,7 +67,7 @@ these to only import from or export to the android device:
 Set up the remote to use the /sdcard/DCIM directory where the phone's
 camera stores them.
 
-       initremote android type=adb androiddirectory=/sdcard/DCIM encryption=none exporttree=yes importtree=yes
+       git-annex initremote android type=adb androiddirectory=/sdcard/DCIM encryption=none exporttree=yes importtree=yes
        
 The annex-tracking-branch can be the same as before, to limit
 the files that are synced to those in an android directory:
@@ -87,7 +87,7 @@ You could set up the remote to use the /sdcard/Music directory.
 But, I sometimes download music to other locations, and perhaps you do too.
 Let's instead limit the remote to mp3 and ogg files:
 
-       initremote android type=adb androiddirectory=/sdcard encryption=none exporttree=yes importtree=yes
+       git-annex initremote android type=adb androiddirectory=/sdcard encryption=none exporttree=yes importtree=yes
        git annex wanted android 'include=*.mp3 or include=*.ogg'
 
 The annex-tracking-branch can be the same as before, to limit