summaryrefslogtreecommitdiff
path: root/Remote/Adb.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2020-01-20 15:20:04 -0400
committerJoey Hess <joeyh@joeyh.name>2020-01-20 15:20:04 -0400
commit7038acf96c2780e46985fc149d8c02900d25fe69 (patch)
tree8070ca25c6626f5c228587071df185427b883dfd /Remote/Adb.hs
parent201049cf930f202d4cf1baa9528d5532cc980df9 (diff)
add descriptions for all remote config fields
not yet used
Diffstat (limited to 'Remote/Adb.hs')
-rw-r--r--Remote/Adb.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Remote/Adb.hs b/Remote/Adb.hs
index 4f8e1750d5..4468c8ee94 100644
--- a/Remote/Adb.hs
+++ b/Remote/Adb.hs
@@ -39,7 +39,9 @@ remote = specialRemoteType $ RemoteType
, generate = gen
, configParser = mkRemoteConfigParser
[ optionalStringParser androiddirectoryField
+ (FieldDesc "location on the Android device where the files are stored")
, optionalStringParser androidserialField
+ (FieldDesc "sometimes needed to specify which Android device to use")
]
, setup = adbSetup
, exportSupported = exportIsSupported