add missing command name

This commit is contained in:
Joey Hess 2020-08-10 15:00:58 -04:00
parent 4b05293737
commit 0e8ec45981
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View 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